summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c35fed)
raw | patch | inline | side by side (parent: 2c35fed)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 11:52:41 +0000 (11:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 11:52:41 +0000 (11:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15196 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history |
index a122da904b06a9c014dab95e6ab69bd8c0da6432..c9e2ccb504982ce8aa795624f1f4a2d9b546c9af 100644 (file)
cursor:move;
}
+tr.sortableListItemOdd ::-moz-selection, tr.sortableListItem ::-moz-selection{
+ background:transparent;
+}
+
+tr.sortableListItemOdd ::selection, tr.sortableListItem ::selection {
+ background:transparent;
+}
+
+tr.sortableListItemOdd code::-moz-selection, tr.sortableListItem code::-moz-selection {
+ background:transparent;
+}
+
+tr.sortableListItemOdd code::selection, tr.sortableListItem code::selection {
+ background:transparent;
+}
+
+
tr.sortableListItemOdd {
background-color: #F5F5F5;
cursor:move;