From 34c58addd1b8c1d27c0c7f67cde61501f4839a9f Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 3 Mar 2010 13:00:43 +0000 Subject: [PATCH] Updated list styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15921 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index e814bfb9c..b37079e61 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -796,6 +796,14 @@ div.listContainer { max-width:500px; } +.listScrollContent tr:hover { + background-color:#DDD; +} + +.listScrollContent tr:last-child:hover { + background-color:#FFF; +} + div.nlistFooter { background-color:#F5F5F5; color:#444; -- 2.30.2