Lagerbestand anzeigen, zeigt jetzt auch die Filteroptionen an
[kivitendo-erp.git] / css / lx-office-erp / main.css
index 08e7a22..019c46d 100644 (file)
@@ -54,9 +54,9 @@ button:focus {
   background-color: whitesmoke;
 }
 
-button:hover,
-input[type="button"]:hover,
-input[type="submit"]:hover {
+button:hover:enabled,
+input[type="button"]:hover:enabled,
+input[type="submit"]:hover:enabled {
   border: 1px;
   background-color: lightgray;
   border-color: gray;
@@ -449,6 +449,10 @@ label {
   position: absolute;
 }
 
+.part_picker {
+  padding-right: 16px;
+}
+
 div.part_picker_part {
   float:left; width: 350px;
   padding: 5px;