X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de66b95fa834d44d84b8d6e48b1ffbbd607d07e0..87eebe6:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 0420034c7..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; @@ -365,3 +365,8 @@ label { .flash_title { font-weight: bold; } + +.dimmed-text { + color: #ccc; + font-style: italic; +}