From d11c208edc3235c0cf687446ee4ac7f46b913c88 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 22 Apr 2026 15:13:49 +0200 Subject: [PATCH] add style to color picker --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 3b1ffa5a..af34ca30 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1630,6 +1630,7 @@ html.y #ops svg circle { #pathBar input[type=text], .opview select, .opview input[type=text], +.opview input[type=color], .opview input[type=date] { color: var(--fg); background: var(--txt-bg);