Code

Updated style colors
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Apr 2010 12:10:30 +0000 (12:10 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Apr 2010 12:10:30 +0000 (12:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17996 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 3f36d5b5d0cf3e0847e3b3a0d3c910f5e63b5178..e7e3a1d7a4b36c1ca7d68c50ef17ca7fd5c5d851 100644 (file)
@@ -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 {