From c0bebe9f9f29eeb2d55437bcfe4286a23e6a9783 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 18 Jun 2021 23:51:26 +0200 Subject: [PATCH] eq-param error-hilight in lightmode --- copyparty/web/browser.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1bd876e5..55edc9f6 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -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;