Code

Added 'warning' and 'error' classes for rows.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Apr 2010 07:16:49 +0000 (07:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Apr 2010 07:16:49 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17986 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 944babcd2cc898014eb206e8ec689022b27376d2..3f36d5b5d0cf3e0847e3b3a0d3c910f5e63b5178 100644 (file)
@@ -808,6 +808,22 @@ div.listContainer {
   background-color:#F5F5AA;
 }
 
+.listScrollContent tr.entry-error:nth-child(odd) {
+  background-color:#FFA;
+}
+
+.listScrollContent tr.entry-error:nth-child(even) {
+  background-color:#F5F5AA;
+}
+
+.listScrollContent tr.entry-warning:nth-child(odd) {
+  background-color:#FFA;
+}
+
+.listScrollContent tr.entry-warning:nth-child(even) {
+  background-color:#F5F5AA;
+}
+
 .listScrollContent tr:last-child {
   background-color:#FFF;
 }