Another quick style fix for light theme on Windows

This commit is contained in:
Campbell 2025-05-20 23:16:01 -04:00
parent 1af938decd
commit f29964be53
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -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 {