summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-03 06:43:30 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-03 06:43:30 +0100
commit323ef5dbb68b019d02843cdc65e473b0a6a9d7ea (patch)
treeb07ebec12e70f64ccfce838db4aff8b0d71cf58e /desktop-themes/BlueMenta
parent0000be5075e5a32c6739306460d2be7ac3d77fcb (diff)
downloadmate-themes-323ef5dbb68b019d02843cdc65e473b0a6a9d7ea.tar.bz2
mate-themes-323ef5dbb68b019d02843cdc65e473b0a6a9d7ea.tar.xz
GTK+-3.20 BlueMenta: port GtkStatusBar
Diffstat (limited to 'desktop-themes/BlueMenta')
-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;
}