From ba5b6835a2b2a048cd0e4a37179a81f4d59f0e02 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jan 2010 10:45:40 +0000 Subject: [PATCH] Removed red style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15229 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 19970d8bd..5fd45b592 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1937,7 +1937,6 @@ td.nlistFooter { div.sortableListContainer { border: 1px solid #AAA; overflow: auto; - background-color: white; margin-bottom:2px; } @@ -1991,7 +1990,7 @@ tr.sortableListItem:hover, tr.sortableListItemOdd:hover { background-color: #EEE; } tr.sortableListItemDisabled { - background-color: #CCC; + background-color: #DDD; cursor:default; color: black; } -- 2.30.2