diff --git a/common/gnome-shell/3.26/sass/_common.scss b/common/gnome-shell/3.26/sass/_common.scss index a7937f4..c2980eb 100644 --- a/common/gnome-shell/3.26/sass/_common.scss +++ b/common/gnome-shell/3.26/sass/_common.scss @@ -892,9 +892,7 @@ StScrollBar { background-gradient-direction: none; background-color: transparent; border-bottom-width: 0; - border-image: none; - - &.solid { border-image: url('common-assets/panel/panel.svg') 1 1 1 1; } + border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension &.dynamic-top-bar-white-btn { border-image: none; } @@ -906,7 +904,7 @@ StScrollBar { border-image: none; } - &:overview { border-image: none; } + &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } #panelLeft, #panelCenter { // spacing between activities<>app menu and such spacing: 8px; diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 37235f1..56e851b 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -899,9 +899,7 @@ StScrollBar { background-gradient-direction: none; background-color: transparent; border-bottom-width: 0; - border-image: none; - - &.solid { border-image: url('common-assets/panel/panel.svg') 1 1 1 1; } + border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension &.dynamic-top-bar-white-btn { border-image: none; } @@ -913,7 +911,7 @@ StScrollBar { border-image: none; } - &:overview { border-image: none; } + &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } #panelLeft, #panelCenter { // spacing between activities<>app menu and such spacing: 8px;