diff options
author | Horst3180 | 2016-05-16 19:49:47 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-16 19:50:44 +0200 |
commit | 28cdb3e34b8d4bb237ecc9412761b98c8e1b23d4 (patch) | |
tree | f450379939b6b8e0a0aec7ea30c3940d64596e4a /common/gtk-3.0/3.18/sass | |
parent | cc20a2e3217b475f5f60faaa48c5c3b101607135 (diff) | |
download | solarc-theme-28cdb3e34b8d4bb237ecc9412761b98c8e1b23d4.tar.gz solarc-theme-28cdb3e34b8d4bb237ecc9412761b98c8e1b23d4.tar.xz solarc-theme-28cdb3e34b8d4bb237ecc9412761b98c8e1b23d4.zip |
gtk3: reduce menubar height to match gtk2 theme (fix #535)
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 63904ee..dd39d6b 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -1486,7 +1486,7 @@ column-header.button.dnd { // for treeview-like derive widgets } & > .menuitem { - padding: 6px 8px; + padding: 4px 8px; border: solid transparent; border-width: 0; |