From a113bf56bd4a7241703d4c7581607f68fd468880 Mon Sep 17 00:00:00 2001 From: MinhNN Date: Sun, 8 Mar 2026 21:22:49 +0700 Subject: [PATCH] =?UTF-8?q?fix=20bug=20giao=20di=E1=BB=87n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/styles.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/styles.py b/ui/styles.py index 6831fbc..96189f6 100644 --- a/ui/styles.py +++ b/ui/styles.py @@ -43,6 +43,10 @@ QGroupBox::indicator:checked { border-color: #3b82f6; } +QLabel { + background-color: transparent; +} + QLabel#title { font-size: 16px; font-weight: bold; @@ -251,6 +255,7 @@ QScrollBar::sub-page:horizontal { } QCheckBox { + background-color: transparent; spacing: 6px; color: #94a3b8; font-size: 12px;