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/uam.css

    r26947 r26955  
    1 /* UAM instructions */
     1/* ********************* */
     2/* UAM core instructions */
     3/* ********************* */
    24li {
    35  margin-bottom: 15px;
     
    5254}
    5355
     56
     57
     58/* **************************** */
    5459/* jQuery cluetip instructions */
     60/* **************************** */
     61
    5562label.cluetip
    5663{
     
    9198}
    9299
     100
     101
     102/* ******************************* */
    93103/* jQuery tablesorter instructions */
    94 table.tablesorter tbody tr.normal-row td {
     104/* ******************************* */
     105/* ******************************* */
     106/* jQuery tablesorter instructions */
     107/* ******************************* */
     108
     109/*table.tablesorter tbody tr.normal-row td {
    95110  background: #111111; 
    96111  color: #666666;
     
    99114  background: #222222;
    100115  color: #666666;
    101 }
     116}*/
    102117
    103118tr.tablesorter-headerRow, throw
     
    129144}
    130145
     146
     147
     148/* ************************************* */
    131149/* jQuery tablesorter pager instructions */
     150/* ************************************* */
     151
    132152.pager{
    133153  text-align:center;
Note: See TracChangeset for help on using the changeset viewer.