X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9967902a2d3306337bdafb97d362869c55efc627..d3897394:/css/lx-office-erp.css diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 386fbb5eb..312554e83 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -124,6 +124,15 @@ body.menu { border-width:thin; } +.listheadingcontent { + font-size: 9pt; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; +} + .accountlistheading { font-size: 10pt; padding:3px; @@ -218,3 +227,14 @@ fieldset { label { cursor:pointer; } + +.unbalanced_ledger { + background-color: #ffa0a0; +} + +.error_message { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +}