From 729e21fcb1e8facaff6bff59a37a5fec61ecf66e Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 30 Apr 2010 12:10:30 +0000 Subject: [PATCH] Updated style colors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17996 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 3f36d5b5d..e7e3a1d7a 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -801,27 +801,27 @@ div.listContainer { } .listScrollContent tr.entry-locked:nth-child(odd) { - background-color:#FFA; + background-color:#FFC; } .listScrollContent tr.entry-locked:nth-child(even) { - background-color:#F5F5AA; + background-color:#F5F5CC; } .listScrollContent tr.entry-error:nth-child(odd) { - background-color:#FFA; + background-color:#FCC; } .listScrollContent tr.entry-error:nth-child(even) { - background-color:#F5F5AA; + background-color:#F5C5C5; } .listScrollContent tr.entry-warning:nth-child(odd) { - background-color:#FFA; + background-color:#FEC; } .listScrollContent tr.entry-warning:nth-child(even) { - background-color:#F5F5AA; + background-color:#F5E5C5; } .listScrollContent tr:last-child { -- 2.30.2