Code

Removed red style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 10:45:40 +0000 (10:45 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 10:45:40 +0000 (10:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15229 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 19970d8bdd052b5b7209e24dbcd946d7f5c64993..5fd45b592ab1ec6f6f1bc0ae6ffb4a86643a6410 100644 (file)
@@ -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;
 }