From: Jo-Philipp Wich Date: Mon, 5 Nov 2018 17:11:36 +0000 (+0100) Subject: luci-theme-bootstrap: add invalid style for dropdowns X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=13e2cce2d95ec79c45c7026b593764c9a34b048c;p=project%2Fluci.git luci-theme-bootstrap: add invalid style for dropdowns Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 1001281b5c..22c49fdde1 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1266,6 +1266,8 @@ footer { } .cbi-input-invalid, +.cbi-input-invalid.cbi-dropdown, +.cbi-input-invalid.cbi-dropdown:not([open]) > ul > li, .cbi-value-error input { color: #f00; border-color: #f00;