From c0de91eb56964ccce35d82c7dbac987ca994aace Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 9 Mar 2007 23:30:03 +0000 Subject: Bug on admin tabsheets under IE7 git-svn-id: http://piwigo.org/svn/trunk@1886 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/theme.css | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'template/yoga/theme/clear/theme.css') 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; } -- cgit v1.2.3