diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-09 23:30:03 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-09 23:30:03 +0000 |
commit | c0de91eb56964ccce35d82c7dbac987ca994aace (patch) | |
tree | b432b3a4ed214e57bff044bc1e0e4195ed49a20e /template/yoga/theme/clear/theme.css | |
parent | 908c6a2dfa90104841d334a2e2388a196c2af8c9 (diff) |
Bug on admin tabsheets under IE7
git-svn-id: http://piwigo.org/svn/trunk@1886 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/clear/theme.css')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index f60e8154c..175584814 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -104,20 +104,11 @@ TD.calDayCellEmpty { color: silver; } #qsearchInput { color: #d3d3d3; } #qsearchInput:focus { color: #005e89; } -.tabsheet li { - background: #ffffff; - color: #005e89; - border: 1px solid #696969; -} - -.tabsheet a { - color: #005e89; -} - -.selected_tab { - background: #d3d3d3 !important; -} - -.tabsheet li:hover { - border: 1px solid #858460 !important; -} +.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; } |