From 3cfa3918b1757d01718f1aeedccaf267b7a8708f Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Tue, 17 May 2011 23:22:07 +0000 Subject: themes: Add .cbi-input-invalid to css for themes which were missing it --- themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/freifunk-bno/htdocs/luci-static') diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index c67e96a7f..e2bd92c8a 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -446,6 +446,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