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/wipi | |
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/wipi/theme.css | 13 |
1 files changed, 4 insertions, 9 deletions
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; |