UI: Fix "Stop Virtual Camera" button color

master
田七不甜 2022-08-31 02:32:35 +08:00 committed by Ryan Foster
parent bbd1e8b485
commit 9fcf906409
5 changed files with 11 additions and 0 deletions

View File

@ -765,6 +765,7 @@ QPushButton[themeID="replayBufferButton"],
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
QPushButton[themeID="vcamButton"]:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: rgb(88,22,36);
@ -774,6 +775,7 @@ QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
#streamButton:hover:!pressed:checked,
#recordButton:hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!pressed:checked,
QPushButton[themeID="vcamButton"]:!pressed:checked,
#modeSwitch:hover:!pressed:checked,
#broadcastButton:hover:!pressed:checked {
background: rgb(116,32,49);
@ -784,6 +786,7 @@ QPushButton[themeID="replayBufferButton"]:!pressed:checked,
#streamButton:pressed:checked,
#recordButton:pressed:checked,
QPushButton[themeID="replayBufferButton"]:pressed:checked,
QPushButton[themeID="vcamButton"]:pressed:checked,
#modeSwitch:pressed:checked,
#broadcastButton:pressed:checked {
background: rgb(63,21,30);

View File

@ -763,6 +763,7 @@ QPushButton[themeID="replayBufferButton"],
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
QPushButton[themeID="vcamButton"]:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: rgb(40,76,184);
@ -772,6 +773,7 @@ QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
#streamButton:hover:!pressed:checked,
#recordButton:hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!pressed:checked,
QPushButton[themeID="vcamButton"]:!pressed:checked,
#modeSwitch:hover:!pressed:checked,
#broadcastButton:hover:!pressed:checked {
background: rgb(54,92,192);

View File

@ -763,6 +763,7 @@ QPushButton[themeID="replayBufferButton"],
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
QPushButton[themeID="vcamButton"]:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: rgb(140,181,255);
@ -772,6 +773,7 @@ QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
#streamButton:hover:!pressed:checked,
#recordButton:hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!pressed:checked,
QPushButton[themeID="vcamButton"]:!pressed:checked,
#modeSwitch:hover:!pressed:checked,
#broadcastButton:hover:!pressed:checked {
background: rgb(178,207,255);

View File

@ -767,6 +767,7 @@ QPushButton[themeID="replayBufferButton"],
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
QPushButton[themeID="vcamButton"]:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: rgb(145,76,103);
@ -776,6 +777,7 @@ QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
#streamButton:hover:!pressed:checked,
#recordButton:hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!pressed:checked,
QPushButton[themeID="vcamButton"]:!pressed:checked,
#modeSwitch:hover:!pressed:checked,
#broadcastButton:hover:!pressed:checked {
background: rgb(145,76,103);

View File

@ -767,6 +767,7 @@ QPushButton[themeID="replayBufferButton"],
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
QPushButton[themeID="vcamButton"]:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: rgb(40,76,184);
@ -776,6 +777,7 @@ QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
#streamButton:hover:!pressed:checked,
#recordButton:hover:!pressed:checked,
QPushButton[themeID="replayBufferButton"]:!pressed:checked,
QPushButton[themeID="vcamButton"]:!pressed:checked,
#modeSwitch:hover:!pressed:checked,
#broadcastButton:hover:!pressed:checked {
background: rgb(54,92,192);