From 10837daa071860aec9d213b5c7f1813f5c83c018 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Mar 2025 14:21:02 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index c9912b4070..c3c691c913 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -6051,8 +6051,9 @@ input.input__0f084:hover:not(:focus) { background-color: rgb(var(--textbrightest_v)); border-color: rgb(var(--textbrightest_v)); } -#app-mount .checkbox_f525d3.checked_f525d3 path[fill="var(--white)"] { /* checkbox checkmark */ - fill: rgb(var(--accentcolor_v)); +#app-mount .checkbox_f525d3.checked_f525d3:has(path[fill="var(--white)"]) { /* checkbox checked */ + background-color: rgb(var(--accentcolor_v)); + border-color: rgb(var(--accentcolor_v)); } #app-mount .checkbox_f525d3.checked_f525d3.round_f525d3 { /* checkbox roundchecked */ background-color: rgb(var(--accentcolor_v)) !important;