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/wipi/theme.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'template/yoga/theme/wipi') diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 3415f982c..0cd85f53e 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -60,9 +60,6 @@ H2, .throw { border-color: #f92; color: #900; } -.tabsheet li, -.tabsheet li a { color: #69c; } -.tabsheet li a:hover { color: #f92; } /* backgrounds */ BODY { background: #111; @@ -312,16 +309,14 @@ a.PWG:hover .G { color : #f92; } #menubar .menuInfoCatByChild, h2.showtitle, #theImage p.showlegend { display: none } * { outline-width: 0px; } -ul.tabsheet { - border-top: 1px solid #69c !important; - border-bottom: 0px !important; +ul.tabsheet, ul.tabsheet li { + border-color: #69c; } -.tabsheet li { - border: 1px solid #fff; +ul.tabsheet li.normal_tab { background-image: url(images/tableh1_bg.png); background-repeat: repeat-x; } -.tabsheet li:hover { border-color: #f92 !important; } +ul.tabsheet li.normal_tab:hover { border-color: #f92 } ul.tabsheet li { -moz-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 12px 12px; -- cgit v1.2.3