add style to color picker

This commit is contained in:
Til Schmitter 2026-04-22 15:13:49 +02:00
parent 853ecbf9f7
commit d11c208edc

View file

@ -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);