Code

Disable selection (at least gecko + webkit) for lists
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 11:52:41 +0000 (11:52 +0000)
committercajus <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

index a122da904b06a9c014dab95e6ab69bd8c0da6432..c9e2ccb504982ce8aa795624f1f4a2d9b546c9af 100644 (file)
@@ -1947,6 +1947,23 @@ tr.sortableListItem {
     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;