diff options
author | Horst3180 | 2015-08-27 20:55:37 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-27 21:03:06 +0200 |
commit | 8c0e60f997d70cdb63566f46390546691d947749 (patch) | |
tree | 817385dcb4158849dad6257e4c85ad2e3aef3e03 /common/gtk-3.0/3.18/sass/_common.scss | |
parent | bd550a46d936226801cb9d8cef9ea6273894b51c (diff) | |
parent | b811483e7f6fb97afa531a873c73a48f48ef8468 (diff) | |
download | solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.gz solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.xz solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.zip |
Merge branch 'master' into wip/3.18
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 4b1c0c7..eae5de1 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -213,11 +213,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers border: 1px solid; padding: 5px 8px 6px; - border-radius: 15px; + border-radius: 3px; transition: all 200ms $ease-out-quad; @include entry(normal); - .header-bar & { padding: 6px 11px; } + .header-bar & { padding: 6px; } //&.image { // icons inside the entry // &.left { padding-left: 0; } @@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers } } +GtkSearchEntry.entry { border-radius: 20px; } + /*********** * Buttons * ***********/ |