Soften dark theme select border

This commit is contained in:
djmaze 2021-10-14 10:41:07 +02:00
parent fdae334e2d
commit cec3581626

View file

@ -150,6 +150,6 @@
.select, select {
background: #000 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='10px' width='15px'><text x='0' y='10' fill='rgb(255,255,255)'>▾</text></svg>") right center/1em no-repeat border-box;
border: 1px solid #ccc;
border-color: #aaa;
color: #fff;
}