Code

Updated disable style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 10:25:16 +0000 (10:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 10:25:16 +0000 (10:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15226 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 4b6743e5c5f0b17a74d66c95dd737f27fb4d31a1..19970d8bdd052b5b7209e24dbcd946d7f5c64993 100644 (file)
@@ -1990,6 +1990,11 @@ tr.sortableListItemOdd {
 tr.sortableListItem:hover, tr.sortableListItemOdd:hover {
     background-color: #EEE;
 }
+tr.sortableListItemDisabled {
+    background-color: #CCC;
+    cursor:default;
+    color: black;
+}
 
 
 table.sortableListTable {