From: Jo-Philipp Wich Date: Mon, 26 Apr 2010 00:27:37 +0000 (+0000) Subject: themes/openwrt.org: add css class for invalid fields X-Git-Tag: 0.10.0~691 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7101b77da6eb0f73260f11a217e3f186a0364dcd;ds=sidebyside themes/openwrt.org: add css class for invalid fields --- 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; }