]> wagnertech.de Git - mfinanz.git/blobdiff - css/lx-office-erp.css
@sven s: warum warten? Patch aus Kundenprojekt, der einige Felder in customer auf...
[mfinanz.git] / css / lx-office-erp.css
index 1e84002965ffa4c30756ce860ad28b5d11828cb0..bf6d86d5af343d97ac451051efdd5cf2ec7f1efe 100644 (file)
@@ -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;
 }
+