From: cajus Date: Mon, 25 Jan 2010 12:57:03 +0000 (+0000) Subject: Enable different style for different modes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b091eb956e86f269f40e28037a09f2610db52ac6;p=gosa.git Enable different style for different modes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15279 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; +}