UI: Fix pause button checked color with Rachni theme
This commit is contained in:
parent
deaeb5e632
commit
0c379f1c20
@ -956,7 +956,8 @@ QPushButton:checked#recordButton,
|
|||||||
QPushButton:checked[themeID="replayBufferButton"],
|
QPushButton:checked[themeID="replayBufferButton"],
|
||||||
QPushButton:checked#modeSwitch,
|
QPushButton:checked#modeSwitch,
|
||||||
QPushButton:checked#settingsButton,
|
QPushButton:checked#settingsButton,
|
||||||
QPushButton:checked#exitButton {
|
QPushButton:checked#exitButton,
|
||||||
|
QPushButton:checked[themeID="pauseIconSmall"] {
|
||||||
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||||
border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user