* luci/themes: add required css classes for cbi-uvl-errors
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
index c393968..e443664 100644 (file)
@@ -488,6 +488,24 @@ div.cbi-error {
        color: #FF0000;
 }
 
+td.cbi-value-error {
+       border-color: red !important;
+}
+
+.cbi-value-error input,
+.cbi-value-error select {
+       color: red !important;
+       background-color: #FFCCCC;
+}
+
+.cbi-section-error {
+       color: red;
+       font-size: 95%;
+       border: 1px dotted red;
+       margin: 3px;
+       padding: 3px;
+}
+
 .right {
        text-align: right;
 }