mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
eq-param error-hilight in lightmode
This commit is contained in:
parent
57579b2fe5
commit
c0bebe9f9f
|
@ -536,7 +536,9 @@ html.light #ggrid a.sel {
|
||||||
border-radius: .2em;
|
border-radius: .2em;
|
||||||
padding: .2em .3em;
|
padding: .2em .3em;
|
||||||
}
|
}
|
||||||
.opview input.err {
|
.opview input.err,
|
||||||
|
html.light .opview input[type="text"].err {
|
||||||
|
color: #fff;
|
||||||
background: #a20;
|
background: #a20;
|
||||||
border-color: #f00;
|
border-color: #f00;
|
||||||
box-shadow: 0 0 .7em #f00;
|
box-shadow: 0 0 .7em #f00;
|
||||||
|
|
Loading…
Reference in a new issue