X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=312554e832403f70b042469381ad99657af7e1e3;hb=a10943b5865f6257d25f428c8a882c43229eb9ae;hp=386fbb5eb009a71af979dfd30abcd70b70070594;hpb=9967902a2d3306337bdafb97d362869c55efc627;p=kivitendo-erp.git 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; +}