* luci/themes: add required css classes for cbi-uvl-errors
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index dadb9942d55f384c397e337f02eabbc2ec62ee9f..1e2e7eb7bb9aa7c7b6aaac2043b69e0f328ed00e 100644 (file)
@@ -474,6 +474,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;
 }