Steuern nach Steuerschlüssel und Steuersatz ordnen
[kivitendo-erp.git] / css / kivitendo / main.css
index c3c64dc..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;
@@ -361,3 +361,12 @@ label {
        margin-bottom: 5px;
        padding: 5px;
 }
+
+.flash_title {
+  font-weight: bold;
+}
+
+.dimmed-text {
+  color: #ccc;
+  font-style: italic;
+}