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/clear/theme.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'template/yoga/theme/clear') 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; } -- cgit v1.2.3