mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
frontend: Fix audio mixer dialog on classic theme
This commit is contained in:
@@ -209,7 +209,7 @@ OBSBasicSettings QListWidget::item {
|
||||
}
|
||||
|
||||
QPushButton:checked {
|
||||
border-color: var(--primary);
|
||||
border-color: var(--primary);
|
||||
}
|
||||
|
||||
QToolButton,
|
||||
@@ -222,22 +222,6 @@ QPushButton[toolButton="true"] {
|
||||
background: var(--bg_base);
|
||||
}
|
||||
|
||||
#stackedMixerArea QPushButton {
|
||||
min-width: var(--icon_base);
|
||||
padding: var(--padding_large) var(--padding_large);
|
||||
icon-size: var(--icon_base);
|
||||
}
|
||||
|
||||
#stackedMixerArea QPushButton:!hover {
|
||||
background-color: var(--bg_base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
#stackedMixerArea QPushButton:hover {
|
||||
background-color: var(--bg_base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
#hMixerScrollArea VolControl {
|
||||
padding: 0px var(--padding_container);
|
||||
margin-bottom: 1px;
|
||||
@@ -288,13 +272,6 @@ QPushButton[toolButton="true"] {
|
||||
background-color: var(--bg_window);
|
||||
}
|
||||
|
||||
#stackedMixerArea QPushButton,
|
||||
#stackedMixerArea QPushButton:!hover {
|
||||
width: var(--icon_base_mixer);
|
||||
height: var(--icon_base_mixer);
|
||||
padding: var(--spacing_base);
|
||||
}
|
||||
|
||||
VolumeMeter {
|
||||
qproperty-backgroundNominalColor: rgb(38,127,38);
|
||||
qproperty-backgroundWarningColor: rgb(127,127,38);
|
||||
|
||||
Reference in New Issue
Block a user