From 71d3b7c194a8612b40dea82f6c430b4feb3739cd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 5 Sep 2008 23:24:10 +0000 Subject: * luci/themes: add required css classes for cbi-uvl-errors --- .../htdocs/luci-static/openwrt-light/cascade.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'themes/openwrt-light/htdocs') 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 119b86cd28..6c841b2069 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; } -- cgit v1.2.3