From 7101b77da6eb0f73260f11a217e3f186a0364dcd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 26 Apr 2010 00:27:37 +0000 Subject: themes/openwrt.org: add css class for invalid fields --- themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 122dc23799..ae9d45a97b 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; } -- cgit v1.2.3