summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 877e6dc)
raw | patch | inline | side by side (parent: 877e6dc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Jan 2010 12:57:03 +0000 (12:57 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 5fd45b592ab1ec6f6f1bc0ae6ffb4a86643a6410..8ea281de3178baed38c88f413c83d8d4b59a86c5 100644 (file)
background-color: #EEE;
}
tr.sortableListItemDisabled {
- background-color: #DDD;
cursor:default;
- color: black;
+ color: #CCC;
}
border: 0px;
}
+tr.sortableListItemMarked {
+ background-color: #FFD;
+}