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/GreenLaguna | |
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/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f7ed2196..9a49178b 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -913,7 +913,6 @@ row { GtkComboBox { /* align with side buttons */ padding: 0; - -GtkComboBox-arrow-scaling: 0.5; -GtkComboBox-shadow-type: none; color: @theme_fg_color; @@ -2104,12 +2103,15 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; } GtkStatusbar .frame { background-image: none; /* gtk-3.12 */ background-color: transparent; + padding: 0px; + border-width: 0; } GtkScrolledWindow, |