summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d61f0fe)
raw | patch | inline | side by side (parent: d61f0fe)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 10:25:16 +0000 (10:25 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 4b6743e5c5f0b17a74d66c95dd737f27fb4d31a1..19970d8bdd052b5b7209e24dbcd946d7f5c64993 100644 (file)
tr.sortableListItem:hover, tr.sortableListItemOdd:hover {
background-color: #EEE;
}
+tr.sortableListItemDisabled {
+ background-color: #CCC;
+ cursor:default;
+ color: black;
+}
table.sortableListTable {