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/clear | |
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 'template/yoga/theme/clear')
-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; } |