UI: Fix vcam button not changing colors when checked

This fixes a bug with the Rachni theme in which the virtual
camera button wouldn't change colors when active.
This commit is contained in:
Clayton Groeneveld 2020-09-07 18:33:38 -05:00
parent af09057395
commit 6ebfbe2246

View File

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