X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cfce8ceb55223d04b2f0248be8b31116fb7faaf8..72ad92fd:/css/lx-office-erp.css diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 1e8400296..bf6d86d5a 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -9,6 +9,9 @@ A:hover { color: black; text-decoration: none; } +input:focus, textarea:focus, select:focus { + background-color:yellow; +} body { font-family: Verdana, Arial, Helvetica; @@ -29,7 +32,7 @@ td { font-weight: normal; } td.hover:hover { - color: black; + color: black; /* background-color: #FFFFCC; font-size: 8pt; text-decoration: none; @@ -52,20 +55,15 @@ th { font-family: Verdana, Arial, Helvetica; } body.login { - background: #ccc; + background: #b8d1f3; color: #A0A0A0; } -/* h1.login { +h1.login { font-size: 18pt; -}*/ +} table.login { + background-color: #efedde; padding: 20px; - border-style: solid; - border-width: 2px; - border-color: #B5B5B5; - background-color: #fff; - -moz-border-radius: 11; - -webkit-border-radius: 11; } td.login { text-align: center; @@ -264,3 +262,4 @@ label { background-color: #ffcccc; padding: 3px; } +