Merge pull request #2007 from cg2121/rachni-pause-button
UI: Fix pause button checked color with Rachni theme
This commit is contained in:
@@ -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) */
|
||||
}
|
||||
|
Reference in New Issue
Block a user