From 4bd14d1ccca7778e1018d661b3a74dc6959eaa1e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 30 Oct 2024 00:21:59 +0800 Subject: [PATCH] Update _gnome-40.0.scss --- src/sass/gtk/apps/_gnome-40.0.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index a768d81f..9925ec35 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -1233,3 +1233,17 @@ window.background.csd { background-color: transparent; background-image: none; } + +// +// Pamac manager +// + +dialog-host > widget > widget > toolbarview { + > box > entry.search { + margin: $base_padding * 2 0; + + + toastoverlay > stack { + border-top: 1px solid $header_border; + } + } +} \ No newline at end of file