dark mode: make the disabled buttons background lighter
This commit is contained in:
parent
e1bbac1500
commit
52448ddfb6
@ -60,6 +60,9 @@ QPlainTextEdit {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:!enabled {
|
||||||
|
background-color: #505050;
|
||||||
|
}
|
||||||
QToolButton:on {
|
QToolButton:on {
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user