Merge pull request #2007 from cg2121/rachni-pause-button

UI: Fix pause button checked color with Rachni theme
This commit is contained in:
Jim
2019-08-08 20:13:52 -07:00
committed by GitHub

View File

@@ -956,7 +956,8 @@ QPushButton:checked#recordButton,
QPushButton:checked[themeID="replayBufferButton"],
QPushButton:checked#modeSwitch,
QPushButton:checked#settingsButton,
QPushButton:checked#exitButton {
QPushButton:checked#exitButton,
QPushButton:checked[themeID="pauseIconSmall"] {
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
}