Wenn das Parsen eines Templates fehlschlägt, dann die dazugehörige Fehlermeldung...
[kivitendo-erp.git] / css / lx-office-erp.css
index 17d0265..a699d56 100644 (file)
@@ -9,10 +9,6 @@ A:hover { color: black;
            text-decoration: none;
          }
 
-/* highlight editable objects on mouse-over */
-input:hover, select:hover, textarea:hover {
-   background-color: lemonchiffon;
-   }
 
 body {
   font-family: Verdana, Arial, Helvetica;
@@ -127,8 +123,16 @@ body.menu {
        border-style:dotted;
        border-width:thin;
 }
-       
-       
+
+.accountlistheading { 
+       font-size: 10pt; 
+       padding:3px;
+       color: white; 
+       font-weight: bold;
+       text-align:left;
+       background-color:rgb(133,132,129);
+}
+
 .subsubheading {
   color: black;
   font-weight: bolder;
@@ -185,6 +189,11 @@ h2.error {
   font-size: 14pt;
 }
 
+fieldset {
+  margin-top:15px;
+  color: black;
+  font-weight: bolder;
+}
 
 /* media stuff */
 
@@ -200,3 +209,16 @@ h2.error {
   }
 }
 
+.filecontent {
+  border: 1px solid blue;
+  padding-left: 2px;
+  padding-right: 2px;
+}
+
+label {
+  cursor:pointer;
+}
+
+.unbalanced_ledger {
+  background-color: #ffa0a0;
+}