X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f867803c2fe7db380a23ab83008e9fa4f9f068b8..87eebe6:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index c3c64dc76..12db365e1 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -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; +}