UI/themes: Fix control button pressed color in Rachni theme

This commit is contained in:
shiina424
2024-10-13 21:37:00 +09:00
committed by Ryan Foster
parent 0b87f533b2
commit 5ccab9c65b

View File

@@ -219,3 +219,13 @@ VolumeMeter {
qproperty-majorTickColor: palette(window-text);
qproperty-minorTickColor: palette(mid);
}
/* Primary Control Button Checked Coloring */
#streamButton:!hover:!pressed:checked,
#recordButton:!hover:!pressed:checked,
#replayBufferButton:!hover:!pressed:checked,
#virtualCamButton:!hover:!pressed:checked,
#modeSwitch:!hover:!pressed:checked,
#broadcastButton:!hover:!pressed:checked {
background: var(--primary_light);
}