From fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 26 Aug 2015 13:08:42 +0200 Subject: make textboxes less rounded --- common/gnome-shell/3.14/sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gnome-shell/3.14/sass/_common.scss') diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 3949bda..aee547e 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -110,7 +110,7 @@ StEntry { selection-background-color: $selected_bg_color; selected-color: $selected_fg_color; transition-duration: 300ms; - border-radius: 20px; + border-radius: 3px; background-gradient-direction: none !important; @include entry(normal); @@ -1307,7 +1307,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 20px; + border-radius: 3px; border: 1px solid transparentize(black, 0.75); background-color: transparentize($entry_bg, 0.1); -- cgit v1.2.3