UI: Add dark theme 'checked' color to push buttons

master
jp9000 2015-05-24 22:22:28 -07:00
parent 39d1cda4e9
commit 5cb8916522
1 changed files with 4 additions and 0 deletions

View File

@ -370,6 +370,10 @@ QPushButton:pressed {
background-color: rgb(31,30,31); /* veryDark */
}
QPushButton:checked {
background-color: rgb(122,121,122); /* light */
}
/* Sliders */