From: Jo-Philipp Wich Date: Sun, 21 Oct 2018 09:47:29 +0000 (+0200) Subject: luci-theme-material: add invalid input class X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b20f7ac521bff3848d501c1ecff49e6ccf1d61e;p=oweals%2Fluci.git luci-theme-material: add invalid input class Fixes #1070. Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index e62c9be21..3b53570a5 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1254,6 +1254,11 @@ td > table > tbody > tr > td, width: 15rem; } +.cbi-value-field .cbi-input-invalid { + border-bottom-color: #f00; + color: #f00; +} + .th[data-type="button"], .td[data-type="button"], .th[data-type="fvalue"], .td[data-type="fvalue"] { flex: 1 1 2em;