From 132f3f3d690d30c740602c89734dc77d874b1c7a Mon Sep 17 00:00:00 2001 From: Warchamp7 Date: Tue, 21 May 2024 23:40:53 -0400 Subject: [PATCH] UI: Adjust Classic theme mixer button styling --- UI/data/themes/Yami_Classic.ovt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/UI/data/themes/Yami_Classic.ovt b/UI/data/themes/Yami_Classic.ovt index 608fd6b8c..828bec6ef 100644 --- a/UI/data/themes/Yami_Classic.ovt +++ b/UI/data/themes/Yami_Classic.ovt @@ -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 {