From: cajus Date: Tue, 19 Jan 2010 11:52:41 +0000 (+0000) Subject: Disable selection (at least gecko + webkit) for lists X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=23c35e5de7fcfc3809e6eb5e7b5079bcb5bbff82;p=gosa.git Disable selection (at least gecko + webkit) for lists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15196 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;