summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-04-26 00:27:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-04-26 00:27:37 +0000
commit7101b77da6eb0f73260f11a217e3f186a0364dcd (patch)
tree29ac892a82810322aea5486dbd63b976532d3d44
parent8e590d6650351a0d138b9dd6b7f06bd8e912c330 (diff)
themes/openwrt.org: add css class for invalid fields
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 122dc2379..ae9d45a97 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -548,6 +548,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;
}