dark mode: make the disabled buttons background lighter

This commit is contained in:
Jean-Francois Dockes 2021-03-17 16:58:50 +01:00
parent e1bbac1500
commit 52448ddfb6

View File

@ -60,6 +60,9 @@ QPlainTextEdit {
color: #ffffff;
}
QPushButton:!enabled {
background-color: #505050;
}
QToolButton:on {
background-color: #505050;
}