Optimized night mode custom-select background color

This commit is contained in:
Bernd Bestel
2025-01-21 21:09:31 +01:00
parent 4f9e39edd7
commit 38882c5ec6

View File

@@ -149,7 +149,7 @@ body.night-mode,
.night-mode .custom-select { .night-mode .custom-select {
color: #c1c1c1; color: #c1c1c1;
background: 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='%23c1c1c1' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px; background: 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='%23c1c1c1' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
background-color: #333131; background-color: #333131 !important;
} }
.night-mode .custom-select:valid, .night-mode .custom-select:valid,