Code

Added divlist style which doesn't highlight the last empty list row.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 05:22:59 +0000 (05:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 05:22:59 +0000 (05:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2959 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css

index 4553657120d201abcb9efed052a418c08a136472..778aee9a31cda064fbe8e5130c9f66beae2b94fd 100644 (file)
@@ -130,6 +130,13 @@ td.list1 {
        height:22px;
 }
 
+td.list1nohighlight {
+       background:white;
+       border-right:1px solid #C0C0C0;
+       padding:3px;
+       height:22px;
+}
+
 td.list1:hover {
        background:#CDF6BD;
 }