diff options
Diffstat (limited to 'template/yoga/theme/dark')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index e4bda2bd7..ad19696bf 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -10,9 +10,6 @@ H2, #menubar DT, .throw { color: #fff48e; } -.tabsheet li, -.tabsheet li a { color: #fff; } -.tabsheet li a:hover { color: #fff48e; } /* backgrounds */ BODY { @@ -42,9 +39,9 @@ H2, #menubar DT, .throw { background-repeat: repeat-x; background-position: center; } -.tabsheet li { background-color: #3f3f3f; } -.selected_tab { background-color: #5f5f5f !important; } +UL.tabsheet LI.normal_tab { background-color: #3f3f3f; } +UL.tabsheet LI.selected_tab { background-color: #5f5f5f; } /* borders */ #menubar DL, #content, .content, @@ -90,9 +87,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, color: black; } -ul.tabsheet { border-color: #fff48e; } -.tabsheet li { border: 1px solid #fff; } -.tabsheet li:hover { border-color: #fff48e !important; } +UL.tabsheet LI.normal_tab:hover { border-color: #fff48e; } /* links */ A, INPUT.rateButton { |