diff options
author | raveit65 <[email protected]> | 2015-09-06 22:30:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 22:32:05 +0200 |
commit | 7a6cd432a180485573733439b649f681f6dd33ab (patch) | |
tree | 1915dab2d07dc89216314b31b98eedd2302d94a5 | |
parent | 983c79c86f583c5011c3203c48f768730a833980 (diff) | |
download | mate-themes-7a6cd432a180485573733439b649f681f6dd33ab.tar.bz2 mate-themes-7a6cd432a180485573733439b649f681f6dd33ab.tar.xz |
Gtk3 GreenLaguna: fix padding-area of icons in na-tray
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 11d25741..ab649035 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -468,13 +468,17 @@ WnckPager:hover { -PanelMenuBar-icon-visible: true; } +/* no background for icon-padding area */ +GtkTrayIcon.background { + background-color: transparent; +} + NaTrayApplet { background-image: none; - background-color: @theme_bg_color; + background-color: transparent; padding: 0; - color: @theme_fg_color; text-shadow: none; - -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-padding: 3px; -NaTrayApplet-icon-size: 16; } |