diff options
author | raveit65 <[email protected]> | 2015-09-06 22:30:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 22:33:51 +0200 |
commit | b789da7d19e7c12ddcd44e6f5bf4363c1477c1c8 (patch) | |
tree | d3373858b20201a2f2ea5fce6ddde88f8c1d005d /desktop-themes/TraditionalOkTest | |
parent | 38ee0048326d47afac58b03fa9945084bfb1222e (diff) | |
download | mate-themes-b789da7d19e7c12ddcd44e6f5bf4363c1477c1c8.tar.bz2 mate-themes-b789da7d19e7c12ddcd44e6f5bf4363c1477c1c8.tar.xz |
Gtk3 Traditional themes: fix padding-area of icons in na-tray
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 29e5bbf4..9a55c017 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -253,13 +253,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: 3; -NaTrayApplet-icon-size: 16; } |