From 38882c5ec60518ec13b369c58834c018121092bf Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 21 Jan 2025 21:09:31 +0100 Subject: [PATCH] Optimized night mode custom-select background color --- public/css/grocy_night_mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index b68aad87..b4af49a7 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -149,7 +149,7 @@ body.night-mode, .night-mode .custom-select { 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-color: #333131; + background-color: #333131 !important; } .night-mode .custom-select:valid,