diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 3fc79f055..98ea0e24c 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -86,11 +86,9 @@ SPAN.calItem, SPAN.calItemEmpty #qsearchInput { color: #d3d3d3; } #qsearchInput:focus { color: #005e89; } -.tabsheet li, -.tabsheet li a { color: #005e89; } -.tabsheet li a:hover { color: #858460; } -.tabsheet li { background-color: #fff; } -.selected_tab { background-color: #d3d3d3 !important; } -ul.tabsheet { border-color: #858460; } -.tabsheet li { border: 1px solid #696969; } -.tabsheet li:hover { border-color: #858460 !important; } + +UL.tabsheet LI.normal_tab { background-color: #d3d3d3; } +UL.tabsheet LI.selected_tab { background-color: #eeeeee; } + +UL.tabsheet, UL.tabsheet LI {border-color: gray;} +UL.tabsheet LI.normal_tab:hover { border-color: black; } |