diff options
author | Horst3180 | 2015-08-16 19:42:29 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-16 19:42:29 +0200 |
commit | f76a202fb84e57a7af9e24fa04be8d0f590612fd (patch) | |
tree | 56c3845e9e745db8ae8917705624ce775fe32ccd /common/gnome-shell/3.16 | |
parent | 74c329df5346290c0ce9e5d3bcdf781ad7604788 (diff) | |
download | solarc-theme-f76a202fb84e57a7af9e24fa04be8d0f590612fd.tar.gz solarc-theme-f76a202fb84e57a7af9e24fa04be8d0f590612fd.tar.xz solarc-theme-f76a202fb84e57a7af9e24fa04be8d0f590612fd.zip |
gnome-shell: fix tab switcher padding
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 70ab7da..be123aa 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -516,7 +516,7 @@ StScrollBar { padding: 8px; border-radius: 2px; } .switcher-list .item-box:outlined { - padding: 6px; + padding: 8px; border: 1px solid #5294E2; } .switcher-list .item-box:selected { color: #ffffff; diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 2b8dddb..a6a2136 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -653,7 +653,7 @@ StScrollBar { border-radius: 2px; &:outlined { - padding: 6px; + padding: 8px; border: 1px solid $selected_bg_color; } |