mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Checkboxes in settings grayed out when disabled
This commit is contained in:
parent
e989379535
commit
5f1bf8ce3b
|
@ -29,6 +29,11 @@ QCheckBox
|
|||
color: black;
|
||||
}
|
||||
|
||||
QCheckBox:disabled
|
||||
{
|
||||
color: grey;
|
||||
}
|
||||
|
||||
QSpinBox
|
||||
{
|
||||
background: white;
|
||||
|
|
Loading…
Reference in New Issue
Block a user