X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=a699d56aa21a96dddab04ae0729e6712b7eac6be;hb=c753e0a31e71b26aadeddc7068a0fd534d40e2b1;hp=ad0653019de67512c4068868aa95fc7db832c363;hpb=b12e8d1411cb7af3a1a9b6f7637692f0758b4741;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index ad0653019..a699d56aa 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,16 @@ body.menu { border-style:dotted; border-width:thin; } - - + +.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 +189,11 @@ h2.error { font-size: 14pt; } +fieldset { + margin-top:15px; + color: black; + font-weight: bolder; +} /* media stuff */ @@ -205,3 +214,11 @@ h2.error { padding-left: 2px; padding-right: 2px; } + +label { + cursor:pointer; +} + +.unbalanced_ledger { + background-color: #ffa0a0; +}