From 2f7db2e3e5c9e061f8c2ac879a6a6356baec15ce Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Sat, 16 Apr 2011 23:40:52 +0200 Subject: [PATCH] Changed background for form tabs in user preferences --- themes/pmahomme/css/theme_right.css.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 6e9351003..eaf60952d 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1932,21 +1932,21 @@ iframe.IE_hack { -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; - background:#d5d5d5; - color:#fff; + background:#f2f2f2; + color:#555; + text-shadow: 0 1px 0 #fff; } .config-form ul.tabs li a:hover, -.config-form ul.tabs li a:active, -.config-form ul.tabs li a.active { - /*margin: 0;*/ - /*padding: 0.1em 0.6em 0.2em;*/ +.config-form ul.tabs li a:active { + background:#e5e5e5; } .config-form ul.tabs li a.active { background-color: #fff; margin-top:1px; color:#000; + text-shadow: none; } .config-form fieldset { @@ -2021,6 +2021,7 @@ iframe.IE_hack { .config-form fieldset th, .config-form fieldset td { border-top: 1px solid; + border-right: none; } fieldset .group-header th {