X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/94a441d44bbe6032863eb3d46feaee2dcf15d84e..4bed72f:/css/lx-office-erp/main.css diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index c190cb7e5..76ae01814 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -1,4 +1,4 @@ -/* Stylesheet for Lx-Office +/* Stylesheet for kivitendo * Name: lx-office-erp.css*/ /* The look of links */ @@ -259,6 +259,7 @@ div.admin { .listrow1 { background-color: rgb(208,207,201); color: black; vertical-align: top; } .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } +.listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } .redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } .redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } @@ -376,6 +377,10 @@ label { padding: 5px; } +.flash_title { + font-weight: bold; +} + .jqmWindow { display: none; @@ -444,4 +449,7 @@ label { border-width:thin; } - +.dimmed-text { + color: #aaa; + font-style: italic; +}