summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e2f4882)
raw | patch | inline | side by side (parent: e2f4882)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Apr 2010 07:16:49 +0000 (07:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 944babcd2cc898014eb206e8ec689022b27376d2..3f36d5b5d0cf3e0847e3b3a0d3c910f5e63b5178 100644 (file)
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;
}