Do not permit override of "height" for <input />; conflict with font-size.
[nethome.git] / .userContent.css
index 1501914..a91d01c 100644 (file)
@@ -49,6 +49,10 @@ html * input,html * select,html * textarea {
        border-width: 1px !important;
        margin: 1px !important;
        }
+html * input,html * select {
+       /* Conflicts with font-size etc.: */
+       height: auto !important;
+       }
 html * input *,html * select *,html * textarea * {
        background-color: navy !important;
        }