Code

Updated list styles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:00:43 +0000 (13:00 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:00:43 +0000 (13:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15921 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index e814bfb9c6feb199d75f459d7d838f22118d7690..b37079e61928087d31af964a3289e5cc1e97a346 100644 (file)
@@ -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;