dark mode: improve visibility of checkable actions

This commit is contained in:
Jean-Francois Dockes 2020-10-12 08:53:38 +02:00
parent 694d0f155d
commit ec82b08082

View File

@ -54,3 +54,12 @@ QPlainTextEdit {
background-color: #101010;
color: #ffffff;
}
QToolButton:on {
background-color: #505050;
}
/* Did not find a way to set the background on the indicator/icon part */
QMenu::item:checked {
background: #505050;
}