mirror of
https://github.com/9001/copyparty.git
synced 2026-01-17 18:48:37 +10:00
fix dropdown color
This commit is contained in:
@@ -1377,7 +1377,7 @@ html.y #ops svg circle {
|
|||||||
.opview select,
|
.opview select,
|
||||||
.opview input[type=text] {
|
.opview input[type=text] {
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
background: var(--txt-bg);
|
background: var(--bg-u5);
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 0 2px var(--txt-sh);
|
box-shadow: 0 0 2px var(--txt-sh);
|
||||||
border-bottom: 1px solid #999;
|
border-bottom: 1px solid #999;
|
||||||
|
|||||||
Reference in New Issue
Block a user