aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14')
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index f7edf8b..fd409c3 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -1034,7 +1034,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 3px;
+ border-radius: 20px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index aee547e..9aee0a1 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -1307,7 +1307,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 3px;
+ border-radius: 20px;
border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1);