From 00d39fe8ba9c559a1208ca135cb7203b37ba68ce Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 1 Oct 2007 23:39:21 +0000 Subject: - css change tabsheet is nicer than before (especially IE7); also tested in FF2 and IE6 git-svn-id: http://piwigo.org/svn/trunk@2116 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/theme.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'template/yoga/theme/dark/theme.css') 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 { -- cgit v1.2.3