Steuern nach Steuerschlüssel und Steuersatz ordnen
[kivitendo-erp.git] / css / kivitendo / main.css
index 0420034..12db365 100644 (file)
@@ -225,12 +225,12 @@ body.menu {
        border-width: 1px;
        background: #FFFFE0;
 }
-.listrow1 {
+.listrow1, .listrow:nth-child(odd) {
        background-color: #FFFFFF;
        color: black;
        vertical-align: top;
 }
-.listrow0 {
+.listrow0, .listrow:nth-child(even) {
        background-color: #FFFF99;
        color: black;
        vertical-align: top;
@@ -365,3 +365,8 @@ label {
 .flash_title {
   font-weight: bold;
 }
+
+.dimmed-text {
+  color: #ccc;
+  font-style: italic;
+}