luci-theme-material: add invalid input class
Fixes #1070. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
7c78218339
commit
9b20f7ac52
1 changed files with 5 additions and 0 deletions
|
@ -1254,6 +1254,11 @@ td > table > tbody > tr > td,
|
||||||
width: 15rem;
|
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="button"], .td[data-type="button"],
|
||||||
.th[data-type="fvalue"], .td[data-type="fvalue"] {
|
.th[data-type="fvalue"], .td[data-type="fvalue"] {
|
||||||
flex: 1 1 2em;
|
flex: 1 1 2em;
|
||||||
|
|
Loading…
Reference in a new issue