UI: Add dark theme 'checked' color to push buttons
This commit is contained in:
@@ -370,6 +370,10 @@ QPushButton:pressed {
|
||||
background-color: rgb(31,30,31); /* veryDark */
|
||||
}
|
||||
|
||||
QPushButton:checked {
|
||||
background-color: rgb(122,121,122); /* light */
|
||||
}
|
||||
|
||||
|
||||
/* Sliders */
|
||||
|
||||
|
Reference in New Issue
Block a user