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/GreenLaguna/gtk-3.0 | |
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/GreenLaguna/gtk-3.0')
-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, |