diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-10-01 23:39:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-10-01 23:39:21 +0000 |
commit | 00d39fe8ba9c559a1208ca135cb7203b37ba68ce (patch) | |
tree | 479ba74db988375db41f928286b3a747f1fade61 /template/yoga/theme/dark/theme.css | |
parent | f7196c793a77f7a89713d10a31fd130e7604a4fb (diff) |
- 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
Diffstat (limited to '')
-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 { |