X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffledermaus%2Fhtdocs%2Fluci-static%2Ffledermaus%2Fcascade.css;fp=themes%2Ffledermaus%2Fhtdocs%2Fluci-static%2Ffledermaus%2Fcascade.css;h=a51f4fe0e7db75ec1e2ec32dcab09dbc361cc61f;hp=6f8ff64c1a4adb82a7c26cfefff6531b894b9de1;hb=3cfa3918b1757d01718f1aeedccaf267b7a8708f;hpb=761510551d7450349753c54796adafde0513ed00 diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 6f8ff64c1..a51f4fe0e 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -357,6 +357,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; }