diff options
author | raveit65 <[email protected]> | 2014-12-08 00:56:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-08 00:57:52 +0100 |
commit | bde7b939453ec0ad05bfb708166e5b34a917c5d0 (patch) | |
tree | 422fac9a9ba25a1172444f9dc4a361683a2faea5 /desktop-themes/BlueMenta | |
parent | 204104c7e378b412f325ef7ec687eafd95c745ff (diff) | |
download | mate-themes-bde7b939453ec0ad05bfb708166e5b34a917c5d0.tar.bz2 mate-themes-bde7b939453ec0ad05bfb708166e5b34a917c5d0.tar.xz |
Menta themes, BlackMate, Greenlaguna GTK3: adjust GtkStatusbar
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 5 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 4b0a49fc..e4231f0f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -199,10 +199,14 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; - box-shadow: inset 0 1px 0 0 @borders; font-size: smaller; } +GtkStatusbar .frame { + padding: 0px; + border-width: 0; +} + .dnd { border-width: 1px; border-style: solid; |