From f29964be53499cd2601e4e7200dbe592e098927c Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue, 20 May 2025 23:16:01 -0400 Subject: [PATCH] Another quick style fix for light theme on Windows --- resources/style_light.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/style_light.qss b/resources/style_light.qss index a1dcaf5..bc20184 100644 --- a/resources/style_light.qss +++ b/resources/style_light.qss @@ -251,7 +251,7 @@ QPushButton:pressed { QPushButton:disabled { background-color: rgba(182, 182, 182, 0.5); border: 1px solid rgba(100, 100, 100, 0.3); - color: rgba(255, 255, 255, 0.3); + color: rgba(143, 143, 143, 0.3); } QComboBox { @@ -401,7 +401,7 @@ WrapCheckboxWidget:disabled { } WrapCheckboxWidget QLabel:disabled { - color: #919191; + color: rgba(143, 143, 143, 0.3); } WrapCheckboxWidget QCheckBox::indicator {