diff options
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index be3b539e..18e27960 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -337,6 +337,14 @@ PanelToplevel.background.horizontal { text-shadow: none; } +/*stop panel from being spaced above bottom of screen, + stop failure of cpufreq-appet to show all labels*/ + +.mate-panel-menu-bar, +.mate-panel-menu-bar * { + padding: 0px; +} + /* workaround to avoid unwanted black frames if switching compositor on/off */ .mate-panel-menu-bar .window-frame.csd.popup { box-shadow: none; |