From 0b19a2e1e326003d452d82adc34aec2278fce98f Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jan 2010 10:25:16 +0000 Subject: [PATCH] Updated disable style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15226 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 4b6743e5c..19970d8bd 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1990,6 +1990,11 @@ tr.sortableListItemOdd { tr.sortableListItem:hover, tr.sortableListItemOdd:hover { background-color: #EEE; } +tr.sortableListItemDisabled { + background-color: #CCC; + cursor:default; + color: black; +} table.sortableListTable { -- 2.30.2