Changeset 347 for trunk


Ignore:
Timestamp:
Nov 1, 2017, 9:45:45 AM (6 years ago)
Author:
g7moreau
Message:
  • Change columns header color if clickable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style-klask.css

    r346 r347  
    2323table.sortable th {
    2424   color           : #FFF;
     25   background      : #333;
     26   }
     27
     28table.sortable thead th:hover {
     29   background      : #AAA;
     30   }
     31
     32table.sortable thead th.sorttable_nosort:hover {
    2533   background      : #333;
    2634   }
     
    131139
    132140#navbar #selected {
    133    border-color    : black;
     141   border-color    : #333;
    134142   background      : white;
    135143   }
     
    144152
    145153#content {
    146    border          : 1px solid black;
     154   border          : 1px solid #333;
    147155   clear           : both;
    148156   padding-left    : 0.5ex;
Note: See TracChangeset for help on using the changeset viewer.