themes: Add .cbi-input-invalid to css for themes which were missing it
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
index 6f8ff64..a51f4fe 100644 (file)
@@ -357,6 +357,14 @@ div.cbi-section-remove input {
        padding-right: 1px;
 }
 
+.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;
 }