themes: Add .cbi-input-invalid to css for themes which were missing it
[project/luci.git] / themes / oxygen / htdocs / luci-static / oxygen / cascade.css
index 6235db7..9fa4acc 100644 (file)
@@ -408,6 +408,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;
 }