themes: Add .cbi-input-invalid to css for themes which were missing it
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index 158a158..514096e 100644 (file)
@@ -646,6 +646,14 @@ div.cbi-section-remove input {
                border: 1px solid #fff;
 }
 
+.cbi-input-invalid {
+       background-image: url('../resources/cbi/reset.gif');
+       background-repeat: no-repeat;
+       background-position: right;
+       color: #FF0000 !important;
+       border-color: #FF0000;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }