Fix black progress slider for OLED theme

This commit is contained in:
loof2736 2024-06-11 17:27:45 -04:00
parent 0f962980d4
commit 0ff4cc37aa

View File

@ -54,7 +54,7 @@
select,
textarea,
input {
input:not(.mdl-slider) {
background: var(--primary-background-color) !important;
border: 2px solid var(--outline-color) !important;
}