diff options
author | Horst3180 | 2015-08-26 13:08:42 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-26 13:08:42 +0200 |
commit | fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 (patch) | |
tree | d22f1a99b1715414bbb77869739d1029fad70da2 /common/gnome-shell/3.16 | |
parent | 3f30c8d736ddabea21f1abd3d5ece85a996e924c (diff) | |
download | solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.gz solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.xz solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.zip |
make textboxes less rounded
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 4 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 4dcd04c..49c987b 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -105,7 +105,7 @@ StEntry { selection-background-color: #5294E2; selected-color: #ffffff; transition-duration: 300ms; - border-radius: 20px; + border-radius: 3px; color: #5c616c; background-color: #ffffff; border: 1px solid #cfd6e6; @@ -1051,7 +1051,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 20px; + border-radius: 3px; 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 b25bc4c..36f414b 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -84,7 +84,7 @@ StEntry { selection-background-color: $selected_bg_color; selected-color: $selected_fg_color; transition-duration: 300ms; - border-radius: 20px; + border-radius: 3px; @include entry(normal); @@ -1327,7 +1327,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); |