summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index 119b86cd2..6c841b206 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -473,6 +473,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;
}