Skip to content

Commit

Permalink
gtk3: Fix switches in all xfce4-panel menus
Browse files Browse the repository at this point in the history
Apply earlier fix [1] for xfce4-pulseaudio-plugin switches to all
switches in xfce4-panel popups menus.

[1] f4e1593

Fixes: #183
  • Loading branch information
jnsh committed Apr 24, 2022
1 parent 7039f6f commit b3a22ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/gtk-3.0/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -881,8 +881,8 @@ panel-toplevel.background {
background-color: if($variant == 'lighter', transparentize(black, 0.85), transparentize(black, 0.75));
}

// xfce4-pulseaudio-plugin
#XfcePanelWindowWrapper #pulseaudio-button {
// Hide swich I/O images in xfce panel popups
#XfcePanelWindowWrapper {
switch, slider { color: transparent; }
}

Expand Down

0 comments on commit b3a22ae

Please sign in to comment.