X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=css%2Fkivitendo%2Fmain.css;h=e9b54a136c03fc1d455693cf0a7576c5a0ef4c08;hb=8e49ef0e042d6374db9d74c69ba1ec80fe32efa8;hp=b20f60d533bed908305fe95aa3380b41aa7c2ae8;hpb=4f152ed21fb137de6d6f4d48ec28d67055bcf965;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index b20f60d53..e9b54a136 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;