未验证 提交 dd94bffa 编写于 作者: J Jim 提交者: GitHub

Merge pull request #3432 from cg2121/rachni-fix

UI: Fix vcam button not changing colors when checked
......@@ -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) */
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册