From 0ff4cc37aa110d9757607f13017c93f5797aa016 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Tue, 11 Jun 2024 17:27:45 -0400 Subject: [PATCH] Fix black progress slider for OLED theme --- CSS/theme-oled.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/theme-oled.css b/CSS/theme-oled.css index aaea5bc..fe8ff14 100644 --- a/CSS/theme-oled.css +++ b/CSS/theme-oled.css @@ -54,7 +54,7 @@ select, textarea, -input { +input:not(.mdl-slider) { background: var(--primary-background-color) !important; border: 2px solid var(--outline-color) !important; }