summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-03 06:43:30 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-03 06:44:11 +0100
commit45fe9198c810771201f3f8c645ba86c975599ea2 (patch)
treeb07ebec12e70f64ccfce838db4aff8b0d71cf58e /desktop-themes
parentf00dff3ef714eb5e01c8625f7df57fcfde191475 (diff)
downloadmate-themes-45fe9198c810771201f3f8c645ba86c975599ea2.tar.bz2
mate-themes-45fe9198c810771201f3f8c645ba86c975599ea2.tar.xz
GTK+-3.20 BlueMenta: port GtkStatusBar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 03baa458..ddd53bd2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -208,18 +208,21 @@ rubberband {
border-radius: 0px;
}
-GtkStatusbar label,
+statusbar label,
+statusbar frame.flat,
GtkStatusbar .label,
GtkStatusbar .frame.flat {
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
}
+statusbar frame.flat,
GtkStatusbar .frame.flat {
padding: 1px;
border-width: 0;
}
+statusbar frame.flat button.flat,
GtkStatusbar .frame.flat .button.flat {
padding: 0px;
}