Code

Enable different style for different modes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jan 2010 12:57:03 +0000 (12:57 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jan 2010 12:57:03 +0000 (12:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15279 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 5fd45b592ab1ec6f6f1bc0ae6ffb4a86643a6410..8ea281de3178baed38c88f413c83d8d4b59a86c5 100644 (file)
@@ -1990,9 +1990,8 @@ tr.sortableListItem:hover, tr.sortableListItemOdd:hover {
     background-color: #EEE;
 }
 tr.sortableListItemDisabled {
-    background-color: #DDD;
     cursor:default;
-    color: black;
+    color: #CCC;
 }
 
 
@@ -2000,3 +1999,6 @@ table.sortableListTable {
     border: 0px;
 }
 
+tr.sortableListItemMarked {
+    background-color: #FFD;
+}