From 85fd88dbe81b58874857cfcc0c9c5f6e705cd50f Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 16 Jun 2024 15:07:59 +0200 Subject: [PATCH] Fix Main UI dark mode scrollbars in Chrome (#2610) This fixes the issue that when using Chrome the scrollbars are still very bright and not dark. Signed-off-by: Wouter Born --- bundles/org.openhab.ui/web/src/css/app.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.openhab.ui/web/src/css/app.styl b/bundles/org.openhab.ui/web/src/css/app.styl index 372a5da2a..6987bd25b 100644 --- a/bundles/org.openhab.ui/web/src/css/app.styl +++ b/bundles/org.openhab.ui/web/src/css/app.styl @@ -125,6 +125,9 @@ html .md .title-large-text font-weight bold !important +:root .theme-dark + color-scheme dark + .theme-dark .home-tabs --f7-bars-bg-color rgb(32, 32, 33) --f7-bars-text-color #fff