fix dropdown color

This commit is contained in:
ed 2025-08-10 11:28:22 +00:00
parent 8ba98877ee
commit 347cf6a546

View file

@ -1377,7 +1377,7 @@ html.y #ops svg circle {
.opview select,
.opview input[type=text] {
color: var(--fg);
background: var(--txt-bg);
background: var(--bg-u5);
border: none;
box-shadow: 0 0 2px var(--txt-sh);
border-bottom: 1px solid #999;