X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=312554e832403f70b042469381ad99657af7e1e3;hb=ff36aa2cf6686488ca9290aa779ce7f8b58c8c78;hp=17d026571b3d8cc8f957a2ab3d8c2b47f26bfd12;hpb=cfa5486a98820f095c31be6a1471b96726ec2932;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 17d026571..312554e83 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -9,10 +9,6 @@ A:hover { color: black; text-decoration: none; } -/* highlight editable objects on mouse-over */ -input:hover, select:hover, textarea:hover { - background-color: lemonchiffon; - } body { font-family: Verdana, Arial, Helvetica; @@ -127,8 +123,25 @@ body.menu { border-style:dotted; 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; + color: white; + font-weight: bold; + text-align:left; + background-color:rgb(133,132,129); +} + .subsubheading { color: black; font-weight: bolder; @@ -185,6 +198,11 @@ h2.error { font-size: 14pt; } +fieldset { + margin-top:15px; + color: black; + font-weight: bolder; +} /* media stuff */ @@ -200,3 +218,23 @@ h2.error { } } +.filecontent { + border: 1px solid blue; + padding-left: 2px; + padding-right: 2px; +} + +label { + cursor:pointer; +} + +.unbalanced_ledger { + background-color: #ffa0a0; +} + +.error_message { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +}