diff options
author | raveit65 <[email protected]> | 2014-12-08 00:56:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-08 00:56:05 +0100 |
commit | 72dacb6e4e6d6269cbe9845260edb77ddea4181d (patch) | |
tree | c448f61bbad1e2d024d4ba93b03c3083b7dd8813 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | db1687c439b8d79958027fb2c990806187e057dc (diff) | |
download | mate-themes-72dacb6e4e6d6269cbe9845260edb77ddea4181d.tar.bz2 mate-themes-72dacb6e4e6d6269cbe9845260edb77ddea4181d.tar.xz |
Menta themes, BlackMate, Greenlaguna GTK3: adjust GtkStatusbar
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-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; |