Browse Source

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.
Clayton Groeneveld 5 years ago
parent
commit
6ebfbe2246
1 changed files with 2 additions and 1 deletions
  1. 2 1
      UI/data/themes/Rachni.qss

+ 2 - 1
UI/data/themes/Rachni.qss

@@ -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) */
 }