From df456e959da4d168747c92ca13f3e725f541d869 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Thu, 12 Jan 2023 00:16:38 +0100 Subject: [PATCH] Make QCheckBox more visible (#2314) --- qt/aqt/stylesheets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/aqt/stylesheets.py b/qt/aqt/stylesheets.py index 1087524c0..48ee06fdb 100644 --- a/qt/aqt/stylesheets.py +++ b/qt/aqt/stylesheets.py @@ -401,9 +401,9 @@ QRadioButton {{ QCheckBox::indicator, QRadioButton::indicator, QMenu::indicator {{ - border: 1px solid {tm.var(colors.BORDER_SUBTLE)}; + border: 1px solid {tm.var(colors.BORDER)}; border-radius: {tm.var(props.BORDER_RADIUS)}; - background: {tm.var(colors.CANVAS_INSET)}; + background: {tm.var(colors.CANVAS_ELEVATED)}; width: 16px; height: 16px; }}