From 9bae6a6b63a1fbae3cb5901ce04d75c211a71067 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 3 Mar 2010 11:01:51 +0000 Subject: [PATCH] Fixed gradient git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15907 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 292f0a7dd..2d121d5ea 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -1091,7 +1091,7 @@ background-color:#FFF; height:23px; border:1px solid #CCC; background:-webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); -background:-moz-linear-gradient(top, #F8F8F8, #EFE); +background:-moz-linear-gradient(top, #F8F8F8, #EEE); } #pulldown ul { -- 2.39.5