mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-16 20:37:24 -04:00
UI/themes: Fix control button pressed color in Rachni theme
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user