diff --git a/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss b/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss index 25249586e..32cbbe548 100644 --- a/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss +++ b/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss @@ -15,13 +15,11 @@ border: 1px solid transparent; &:outlined { - border: 1px solid darken($borders_color,5%); - background-color: transparentize($osd_fg_color, 0.9); - box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.4); + background-color: transparentize($osd_fg_color, 0.7); } &:selected { - background-color: transparentize($osd_fg_color, 0.9); + background-color: transparentize($osd_fg_color, 0.7); color: $osd_fg_color; } }