UI: Adjust Classic theme mixer button styling

This commit is contained in:
Warchamp7 2024-05-21 23:40:53 -04:00 committed by Ryan Foster
parent 27fa9b1eed
commit 132f3f3d69

View file

@ -201,16 +201,38 @@ QPushButton[toolButton="true"] {
icon-size: var(--icon_base), var(--icon_base);
}
#stackedMixerArea QPushButton:!hover {
background-color: var(--bg_base);
border: none;
}
#stackedMixerArea QPushButton:hover {
background-color: var(--bg_base);
border: none;
}
MuteCheckBox::indicator,
MuteCheckBox::indicator:unchecked {
background-color: var(--bg_base);
border: none;
width: var(--icon_base_mixer);
height: var(--icon_base_mixer);
icon-size: var(--icon_base_mixer), var(--icon_base_mixer);
}
MuteCheckBox::indicator:checked {
background-color: var(--bg_base);
}
MuteCheckBox::indicator:checked:hover,
MuteCheckBox::indicator:unchecked:hover {
background-color: var(--bg_base);
}
MuteCheckBox::indicator:hover,
MuteCheckBox::indicator:unchecked:hover {
icon-size: var(--icon_base_mixer), var(--icon_base_mixer);
border: none;
}
#contextContainer {