Code

Updated tab theme
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 14:12:01 +0000 (14:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 14:12:01 +0000 (14:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15864 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index 333fbb5e344dd732d5a3129a64945ef05f920fac..ff035a064f5dbbcf5307b8aeec82b4545a645945 100644 (file)
@@ -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;
 }