X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=312554e832403f70b042469381ad99657af7e1e3;hb=c9e93ded8a5ca6f8a9212c5e64a99616889b5aac;hp=a699d56aa21a96dddab04ae0729e6712b7eac6be;hpb=7a1f60ec2df4d0d0a1b546f186df7bb968b8f498;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index a699d56aa..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; @@ -222,3 +231,10 @@ label { .unbalanced_ledger { background-color: #ffa0a0; } + +.error_message { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +}