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.16/gtk-solid-dark.css | |
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.16/gtk-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid-dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index cad7d78..95b8ebd 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -1298,7 +1298,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar:backdrop { color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { - padding: 6px 8px; + padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { |