diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-26 00:27:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-26 00:27:37 +0000 |
commit | 7101b77da6eb0f73260f11a217e3f186a0364dcd (patch) | |
tree | 29ac892a82810322aea5486dbd63b976532d3d44 | |
parent | 8e590d6650351a0d138b9dd6b7f06bd8e912c330 (diff) |
themes/openwrt.org: add css class for invalid fields
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 8 |
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; } |