Ignore:
Timestamp:
Nov 11, 2013, 2:36:14 PM (10 years ago)
Author:
plg
Message:

feature 1668: visual enhancement for user manager redesign. Appropriate
(fontello) icons for open/close user details, appropriate colors for
DataTables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r25449 r25457  
    337337  color:#999;
    338338}
     339
     340table.dataTable tr.even {
     341  background-color: #ddd !important;
     342}
     343
     344table.dataTable tr.even td.sorting_1 {
     345  background-color: #ccc !important;
     346  color:#333;
     347}
     348
     349table.dataTable tr.odd {
     350  background-color: #eee !important;
     351}
     352
     353table.dataTable tr.odd td.sorting_1 {
     354  background-color: #ddd !important;
     355  color:#333;
     356}
     357
     358table.dataTable thead th {
     359  border-color: #aaa !important;
     360}
Note: See TracChangeset for help on using the changeset viewer.