mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 23:25:29 -05:00
Another quick style fix for light theme on Windows
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user