diff options
author | Horst3180 | 2016-03-30 04:42:30 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-30 14:32:13 +0200 |
commit | 80e4bfa1536442d53c0e3abb4174b696366f651a (patch) | |
tree | f49607035f5e7ed264b094ffadd503d9431641aa /common/gtk-3.0/3.20/sass | |
parent | 51bdfd19eabc41c4a501f54849ffd5481bf60a65 (diff) | |
download | solarc-theme-80e4bfa1536442d53c0e3abb4174b696366f651a.tar.gz solarc-theme-80e4bfa1536442d53c0e3abb4174b696366f651a.tar.xz solarc-theme-80e4bfa1536442d53c0e3abb4174b696366f651a.zip |
separate linked buttons in headerbars
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index f466e7a..33805a9 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1198,6 +1198,9 @@ headerbar { } // Linking stuff + .linked:not(.vertical):not(.path-bar):not(.stack-switcher) { + button:not(:last-child):not(:only-child) { margin-right: 1px; } + } // Reset buttons .linked:not(.vertical):not(.path-bar) > button, |