From aca07f730a26f590face7d1d20b0290207716c43 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Apr 2006 05:22:59 +0000 Subject: [PATCH] Added divlist style which doesn't highlight the last empty list row. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2959 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 455365712..778aee9a3 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -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; } -- 2.30.2