Dark-style combo-boxes

This commit is contained in:
Matthias 2021-01-06 20:26:16 +01:00
parent 1f47d5b778
commit 5dfcaf1f47

View File

@ -76,6 +76,10 @@
color: $fg-color;
background: $bg-dark;
}
.custom-select{
color: $fg-color;
background: $bg-dark url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23dedede' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px
}
}