From b091eb956e86f269f40e28037a09f2610db52ac6 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 25 Jan 2010 12:57:03 +0000 Subject: [PATCH] Enable different style for different modes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15279 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 5fd45b592..8ea281de3 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1990,9 +1990,8 @@ tr.sortableListItem:hover, tr.sortableListItemOdd:hover { background-color: #EEE; } tr.sortableListItemDisabled { - background-color: #DDD; cursor:default; - color: black; + color: #CCC; } @@ -2000,3 +1999,6 @@ table.sortableListTable { border: 0px; } +tr.sortableListItemMarked { + background-color: #FFD; +} -- 2.30.2