mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-02 19:39:27 +00:00
This commit is contained in:
+4
-4
@@ -8,7 +8,7 @@ table.tablesorter {
|
||||
text-align: left;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: #e6EEEE;
|
||||
background:#DCE4EF;
|
||||
border: 1px solid #FFF;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
@@ -22,11 +22,11 @@ table.tablesorter thead tr .header {
|
||||
}
|
||||
table.tablesorter tbody td {
|
||||
padding: 4px;
|
||||
background-color: #FFF;
|
||||
background-color: #EEEEEE;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#F0F0F6;
|
||||
background-color:lightgray;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-image: url(images/asc.gif);
|
||||
@@ -41,4 +41,4 @@ background-color: #8dbdd8;
|
||||
TD,TH
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user