From 70bc9fc1c13f31ca5d8b41c937292010ff266cac Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 31 May 2019 15:45:47 +0200 Subject: [PATCH] theme: experimental search entry - bring back the golder 3.0 days --- data/theme/gnome-shell-sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index f5c7439e8..bea284f92 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1328,10 +1328,10 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 6px; + border-radius: 18px; color: $fg_color; background-color: $base_color; - border-color: transparent; + border-color: $borders_color; &:focus { padding: 6px 8px; border-width: 2px;