From: cajus Date: Thu, 21 Jan 2010 10:25:16 +0000 (+0000) Subject: Updated disable style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b19a2e1e326003d452d82adc34aec2278fce98f;p=gosa.git Updated disable style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15226 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 {