]> wagnertech.de Git - mfinanz.git/blobdiff - css/kivitendo/main.css
CSS: <h2> wie ehemals listheading stylen
[mfinanz.git] / css / kivitendo / main.css
index c3c64dc76f4e3e4afeb2abce50fede8999e4314c..3653c526fac566eaea4d83f4a50f8b451cbda09c 100644 (file)
@@ -192,7 +192,7 @@ body.menu {
        background-color: #8ee085;
        color: #000000;
 } */
-.listheading {
+.listheading, h2 {
        padding: 0.2em;
        background-color: #EBEBEB;
        color: #006400;
@@ -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;
+}