diff --git a/src/_sass/gtk/apps/_budgie.scss b/src/_sass/gtk/apps/_budgie.scss index 2524968c..2dab90d5 100644 --- a/src/_sass/gtk/apps/_budgie.scss +++ b/src/_sass/gtk/apps/_budgie.scss @@ -296,6 +296,7 @@ min-height: 16px; min-width: 16px; margin-left: 6px; + background-clip: border-box; } } } diff --git a/src/gtk/theme-3.0/gtk-Dark.css b/src/gtk/theme-3.0/gtk-Dark.css index eb067166..ca9f701c 100644 --- a/src/gtk/theme-3.0/gtk-Dark.css +++ b/src/gtk/theme-3.0/gtk-Dark.css @@ -8071,6 +8071,7 @@ MsdOsdWindow.background.osd .progressbar { min-height: 16px; min-width: 16px; margin-left: 6px; + background-clip: border-box; } .budgie-popover.user-menu { diff --git a/src/gtk/theme-3.0/gtk-Light.css b/src/gtk/theme-3.0/gtk-Light.css index 477bd980..2ff1b7be 100644 --- a/src/gtk/theme-3.0/gtk-Light.css +++ b/src/gtk/theme-3.0/gtk-Light.css @@ -8049,6 +8049,7 @@ MsdOsdWindow.background.osd .progressbar { min-height: 16px; min-width: 16px; margin-left: 6px; + background-clip: border-box; } .budgie-popover.user-menu { diff --git a/src/gtk/theme-3.0/gtk.css b/src/gtk/theme-3.0/gtk.css index 830d90dc..02d9572b 100644 --- a/src/gtk/theme-3.0/gtk.css +++ b/src/gtk/theme-3.0/gtk.css @@ -8065,6 +8065,7 @@ MsdOsdWindow.background.osd .progressbar { min-height: 16px; min-width: 16px; margin-left: 6px; + background-clip: border-box; } .budgie-popover.user-menu {