diff options
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 625ab7a06..1808836d8 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -285,3 +285,27 @@ code, pre, textarea { margin: 0 auto 0 0; color: #999; } + +/* tables */ +table.tablesorter thead tr th, table.tablesorter tfoot tr th { + background-color: #e6EEEE; +} +table.tablesorter thead tr .header { + background-image: url(../img/bg.gif); + background-repeat: no-repeat; + background-position: center right; + cursor: pointer; +} +table.tablesorter tbody td { + color: #3D3D3D; + vertical-align: top; +} +table.tablesorter thead tr .headerSortUp { + background-image: url(../img/asc.gif); +} +table.tablesorter thead tr .headerSortDown { + background-image: url(../img/desc.gif); +} +table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { + background-color: #8dbdd8; +} |