Dark theme make select boxes dark

This commit is contained in:
djmaze 2021-10-14 10:37:43 +02:00
parent 7e2d86cefe
commit fdae334e2d
2 changed files with 9 additions and 1 deletions

View file

@ -147,3 +147,9 @@
.tabs [id^="tab"]:checked + label {
color: #000;
}
.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;
color: #fff;
}