From: cajus Date: Thu, 21 Jan 2010 10:45:40 +0000 (+0000) Subject: Removed red style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba5b6835a2b2a048cd0e4a37179a81f4d59f0e02;p=gosa.git Removed red style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15229 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }