diff options
author | Horst3180 | 2016-01-04 01:30:51 +0100 |
---|---|---|
committer | Horst3180 | 2016-01-04 01:30:51 +0100 |
commit | c02ccae32a7058df5082ca12f9beccc7b661825e (patch) | |
tree | a5ca56698462554d2dd615d68df75fb405a86b07 /common/gtk-3.0/3.16/gtk-dark.css | |
parent | 5af0399fef55dfec0265cc4ac989bd82ecf9dcf7 (diff) | |
download | solarc-theme-c02ccae32a7058df5082ca12f9beccc7b661825e.tar.gz solarc-theme-c02ccae32a7058df5082ca12f9beccc7b661825e.tar.xz solarc-theme-c02ccae32a7058df5082ca12f9beccc7b661825e.zip |
make image-buttons square again
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-dark.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index fa5edb6..ac1da0a 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -457,6 +457,8 @@ GtkSearchEntry.entry { color: inherit; } .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { padding: 7px 10px; } .button.text-button { padding-left: 16px; |