diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index d81e5a0..42c647a 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1381,7 +1381,14 @@ StScrollBar { } .search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing - .search-section-content { spacing: 32px; } // This is the space between the provider icon and the results container + .search-section-content { + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; + // This is the space between the provider icon and the results container + spacing: 32px; + } .search-statustext { // "no results" @extend %status_text; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 3077bee..be48a11 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1261,6 +1261,10 @@ StScrollBar { spacing: 16px; } .search-section-content { + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; spacing: 32px; } .list-search-results {