diff options
Diffstat (limited to 'themes/classic/templates/default.css')
-rw-r--r-- | themes/classic/templates/default.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index bb977f68..8d8142a6 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -504,12 +504,28 @@ span.five-stars:hover { width: 80px; } /* List Header Styles */ /************************************************/ .list-header { - text-decoration: none; + background:#ffffff; +} +table.list-header { + margin:3px; +} +span.list-header { cursor:pointer; + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; } -.list-header:hover { - color:#071fd4; +span.list-header-selected { + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; + background: #e0e0e0; } +span.list-header:hover { + background: #d0d0d0; +} /************************************************/ |