mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix dropdown color
This commit is contained in:
parent
8ba98877ee
commit
347cf6a546
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue