summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-03-30 17:37:07 -0400
committerlukefromdc <[email protected]>2016-03-30 17:37:07 -0400
commitc442c3c1f1edfba71b567733761b3093628aab92 (patch)
tree943b5b9349aaeb26e6fc4aafc0fb44aa95276598 /desktop-themes
parente06465b473004b5421322af64148cb59e1366d17 (diff)
downloadmate-themes-c442c3c1f1edfba71b567733761b3093628aab92.tar.bz2
mate-themes-c442c3c1f1edfba71b567733761b3093628aab92.tar.xz
fix cpufreq applet label problem
The cpufreq-applet units label was not coming up at panel startup, and a bottom panel was rendering 1px above the bottom of the screen. Fix both of these by overriding the theme default default 1px padding for everything in the panel. BlackMATE is one of the few themes with a non-zero default padding, it seems to cause bugs with applet and panel rendering not found in otther themes.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css8
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;