X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4f152ed21fb137de6d6f4d48ec28d67055bcf965..refs/heads/order_controller:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index b20f60d53..9c5ea64c5 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -39,6 +39,18 @@ a.nomobile { background-color:transparent; border:none; } +a.green { + background-color:#40FF00; + border:none; +} +a.orange { + background-color:#FF8000; + border:none; +} +a.red { + background-color:#FF0000; + border:none; +} table { font-size: 90% !important; @@ -61,7 +73,7 @@ hr { height: 2px; } -/* I.E. & Chrome können das nicht! */ +/* I.E. & Chrome können das nicht! */ /* input[type="radio"], input[type="checkbox"]{ width:1.15em; height:1.15em; @@ -73,7 +85,7 @@ input:focus, textarea:focus, select:focus { border: 2px solid #FE5F14; /* border-bottom: medium solid #FE5F14; */ } -/* Fängt den "Schrink" beim focus - problem für i.e. und chrome */ +/* Fängt den "Schrink" beim focus - problem für i.e. und chrome */ /* input[type="radio"]:focus, input[type="checkbox"]:focus{ width:1.2em; height:1.2em; @@ -236,6 +248,16 @@ body.menu { color: black; vertical-align: top; } +.listrow_error1, .listrow_error:nth-child(even) { + background-color: #F6CECE; + color: black; + vertical-align: top; +} +.listrow_error0, .listrow_error:nth-child(odd) { + background-color: #F5A9A9; + color: black; + vertical-align: top; +} .listrowempty { background-color: #FFFFFF; color: black; @@ -328,6 +350,13 @@ label { margin-bottom: 5px; padding: 5px; } +.flash_message_ok { + background-color: #ADFFB6; + border: 1px solid #007F0F; + margin-top: 5px; + margin-bottom: 5px; + padding: 5px; +} .flash_message_warning { background-color: #FFE8C7; border: 1px solid #FF6600; @@ -365,6 +394,7 @@ label { } .customer-vendor-picker-undefined, .chartpicker-undefined, +.projectpicker-undefined, .partpicker-undefined { color: red; font-style: italic; @@ -436,3 +466,10 @@ div.cpc_block span.cpc_block_second_row { span.toggle_selected { font-weight: bold; } +.dunned_invoice { + font-weight: bold; + color: #f00; +} +.customer_dunning_level { + font-weight: bold; +}