Changeset 347
- Timestamp:
- Nov 1, 2017, 9:45:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style-klask.css
r346 r347 23 23 table.sortable th { 24 24 color : #FFF; 25 background : #333; 26 } 27 28 table.sortable thead th:hover { 29 background : #AAA; 30 } 31 32 table.sortable thead th.sorttable_nosort:hover { 25 33 background : #333; 26 34 } … … 131 139 132 140 #navbar #selected { 133 border-color : black;141 border-color : #333; 134 142 background : white; 135 143 } … … 144 152 145 153 #content { 146 border : 1px solid black;154 border : 1px solid #333; 147 155 clear : both; 148 156 padding-left : 0.5ex;
Note: See TracChangeset
for help on using the changeset viewer.