diff options
author | Horst3180 | 2016-03-27 19:34:33 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-27 19:35:09 +0200 |
commit | 10e49cb553783e5a83a9138edf08225d14281f13 (patch) | |
tree | 1c2438d975a60dd0d4fd3c1e29447769fa3da9d8 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 590a02e1b024d8faddb64f09c1a3c55788e47d5c (diff) | |
download | solarc-theme-10e49cb553783e5a83a9138edf08225d14281f13.tar.gz solarc-theme-10e49cb553783e5a83a9138edf08225d14281f13.tar.xz solarc-theme-10e49cb553783e5a83a9138edf08225d14281f13.zip |
linked buttons don't need margins
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 8cc7398..6b46e5c 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -848,6 +848,9 @@ toolbar, .inline-toolbar { toolbar:not(.inline-toolbar):not(.osd) button, .inline-toolbar:not(.inline-toolbar):not(.osd) button { margin-right: 1px; margin-bottom: 1px; } + toolbar:not(.inline-toolbar):not(.osd) .linked > button, .inline-toolbar:not(.inline-toolbar):not(.osd) .linked > button, + toolbar:not(.inline-toolbar):not(.osd) .linked > entry, .inline-toolbar:not(.inline-toolbar):not(.osd) .linked > entry { + margin-right: 0; } .primary-toolbar { color: rgba(207, 218, 231, 0.8); |