diff options
author | raveit65 <[email protected]> | 2015-09-06 22:30:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 22:30:11 +0200 |
commit | f039a8e93c315c259566ad9bcd7e40ffeb6766d5 (patch) | |
tree | df22e7dfc6ecac85c17b244cfbf389e0a8473936 /desktop-themes/GreenLaguna | |
parent | 45ef3aec6e1bc5f2e162714a4c8dc38204ebe9ab (diff) | |
download | mate-themes-f039a8e93c315c259566ad9bcd7e40ffeb6766d5.tar.bz2 mate-themes-f039a8e93c315c259566ad9bcd7e40ffeb6766d5.tar.xz |
Gtk3 GreenLaguna: fix padding-area of icons in na-tray
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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; } |