From d71b053fdd35aa81f79bab46fe91550dd5c35da0 Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Sat, 7 Jan 2023 21:03:31 +0100 Subject: [PATCH] dark theme: add border around qcheckbox --- gotify_tray/gui/themes/dark_purple/style.qss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gotify_tray/gui/themes/dark_purple/style.qss b/gotify_tray/gui/themes/dark_purple/style.qss index 6aa53b8..c2d5162 100644 --- a/gotify_tray/gui/themes/dark_purple/style.qss +++ b/gotify_tray/gui/themes/dark_purple/style.qss @@ -30,3 +30,7 @@ MessageWidget QPushButton:!default:hover { MessageWidget QPushButton:!default:pressed { background: #5c3b91; } + +QCheckBox::indicator:unchecked { + border: 2px solid #4A4A4A; +}