Ignore:
Timestamp:
Jan 24, 2014, 9:23:12 PM (10 years ago)
Author:
Eric
Message:

Next version is 2.6.0 :
Remove obsolete admin default theme
Customize tablesorter using zebra widget (colors according to admin theme in action) and tablesorter pager - step 2 and final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/themes/roma/theme.css

    r10359 r26955  
    3939  padding: 0 15px 15px;
    4040}
     41
     42
     43/* ******************************* */
     44/* jQuery tablesorter instructions */
     45/* ******************************* */
     46
     47table.tablesorter tbody tr.normal-row td {
     48  background: #111111; 
     49  color: #666666;
     50}
     51table.tablesorter tbody tr.alt-row td {
     52  background: #222222;
     53  color: #666666;
     54}
Note: See TracChangeset for help on using the changeset viewer.