eq-param error-hilight in lightmode

This commit is contained in:
ed 2021-06-18 23:51:26 +02:00
parent 57579b2fe5
commit c0bebe9f9f

View file

@ -536,7 +536,9 @@ html.light #ggrid a.sel {
border-radius: .2em;
padding: .2em .3em;
}
.opview input.err {
.opview input.err,
html.light .opview input[type="text"].err {
color: #fff;
background: #a20;
border-color: #f00;
box-shadow: 0 0 .7em #f00;