diff options
author | raveit65 <[email protected]> | 2016-10-15 11:03:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-15 11:04:58 +0200 |
commit | ea44cf94a0e24fa6131286dac368c3028c22f706 (patch) | |
tree | 5397fa24aff2669f0befb552a1da9f91bcef9dd0 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 0a91bca3cdfdf305fd05e64d76126ae7fdab4fb5 (diff) | |
download | mate-themes-ea44cf94a0e24fa6131286dac368c3028c22f706.tar.bz2 mate-themes-ea44cf94a0e24fa6131286dac368c3028c22f706.tar.xz |
Gtk+-3.20 TOK themes: mate-panel, adjust padding for main menu
fixes https://github.com/mate-desktop/mate-applets/issues/213
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 6d0ed21a..ac247c59 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -122,6 +122,13 @@ PanelSeparator { text-shadow: none; } +/* main menu */ +/* set normal menubar button */ +.mate-panel-menu-bar menubar { + padding-top: 0px; + padding-bottom: 0px; +} + /* all applets */ .mate-panel-menu-bar #PanelApplet button, .mate-panel-menu-bar #PanelApplet button.flat, |