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/gnome-shell/3.14/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/gnome-shell/3.14/sass/_common.scss')
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 9697050..9aee0a1 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); @@ -801,6 +801,9 @@ StScrollBar { min-height: 27px; border-image: url('common-assets/panel/panel.svg') 1 1 1 1; + // Fix dynamic top bar extension + .dynamic-top-bar-white-btn { border-image: none; } + &.unlock-screen, &.login-screen, &.lock-screen { |