mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Make disabled checkbox gray
This commit is contained in:
parent
9cb71aff68
commit
26918270de
|
@ -50,3 +50,7 @@ QStackedWidget QPushButton
|
|||
QLabel, QCheckBox, QProgressBar {
|
||||
color: black;
|
||||
}
|
||||
|
||||
QCheckBox::disabled {
|
||||
color: gray;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user