From 8ad8e0a1ca8acc0747f6d0ad0fe52506676a5e29 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 Mar 2010 14:12:01 +0000 Subject: [PATCH] Updated tab theme git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15864 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 333fbb5e3..ff035a064 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -409,9 +409,9 @@ button:focus, .button:active { -webkit-border-top-left-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; - background-color:#F8F8F8; - background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); - background: -moz-linear-gradient(top, #F8F8F8, #EEE); + background-color:#E8E8E8; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#D8D8D8), to(#CCC)); + background: -moz-linear-gradient(top, #D8D8D8, #CCC); color:#333; cursor:pointer; } -- 2.30.2