HTML-Attribut 'disabled' entfernen, wenn es existiert aber undefiniert ist
[kivitendo-erp.git] / css / lx-office-erp.css
index 1e84002..9189ddd 100644 (file)
@@ -1,4 +1,5 @@
-/* stylesheet for LX-Office ERP */
+/* Stylesheet for Lx-Office
+ * Name: lx-office-erp.css*/
 
 /* The look of links */
 A:link { color: mediumblue; text-decoration: none; }
@@ -9,6 +10,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 +33,7 @@ td {
   font-weight: normal;
 }
 td.hover:hover {
-  color: black;
+    color: black;
 /*          background-color: #FFFFCC;
           font-size: 8pt;
           text-decoration: none;
@@ -52,20 +56,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;
@@ -86,17 +85,22 @@ body.menu {
   color: black;
 }
 
+.message_error_login {
+    color: #000000;
+    border: 1px solid #8b0000;
+    background-color: #ffcccc;
+    padding: 3px;
+}
 .message_ok {
     font-size: 12pt;
     padding:5px;
-    background-color: lightgreen;
+    background-color: #ADFFB6;
     color: black;
     font-weight: bolder;
     text-align:center;
     border-style:solid;
     border-width:thin;
 }
-
 .message_error {
     font-size: 12pt;
     padding:5px;
@@ -107,6 +111,16 @@ body.menu {
     border-style:solid;
     border-width:thin;
 }
+.message_hint {
+    font-size: 12pt;
+    padding:5px;
+    background-color: #FFFE66;
+    color: black;
+    font-weight: bolder;
+    text-align:center;
+    border-style:solid;
+    border-width:thin;
+}
 
 /*
     Überschriftsbalken
@@ -197,6 +211,14 @@ body.menu {
 
 .listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
 
+/* Verkaufsbericht */
+.listmainsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
+.listmainsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
+.listsubsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
+.listsubsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
+.listsortdescription { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
+
+
 .submit {
   font-family: Verdana, Arial, Helvetica;
   color: #000000;
@@ -258,9 +280,11 @@ label {
   background-color: #ffa0a0;
 }
 
-.error_message {
-  color: #000000;
-  border: 1px solid #8b0000;
-  background-color: #ffcccc;
-  padding: 3px;
+.clearfix:after {
+  clear:both;
+  content:".";
+  display:block;
+  font-size:0;
+  height:0;
+  visibility:hidden;
 }