From 23c35e5de7fcfc3809e6eb5e7b5079bcb5bbff82 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 11:52:41 +0000 Subject: [PATCH] Disable selection (at least gecko + webkit) for lists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15196 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index a122da904..c9e2ccb50 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -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; -- 2.30.2