diff options
author | Horst3180 | 2015-08-26 20:10:02 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-26 20:10:02 +0200 |
commit | be56f427f2a18661f91eba8fd29cba39ae02533d (patch) | |
tree | 3a95e24dde91f1fe38a7a1e28ef2b7d6411d4638 /common/gnome-shell | |
parent | fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 (diff) | |
download | solarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.tar.gz solarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.tar.xz solarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.zip |
rounded search entries
Diffstat (limited to 'common/gnome-shell')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 2 |
4 files changed, 4 insertions, 4 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); diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 49c987b..eecc3a4 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1051,7 +1051,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.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 36f414b..2578ae7 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1327,7 +1327,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); |