diff options
author | raveit65 <[email protected]> | 2015-09-06 22:30:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 22:32:29 +0200 |
commit | 0f6a9ba095826e3b80f1c28610a1ec10dd405576 (patch) | |
tree | 592970182ca39076d877316404b91d3ae5606607 /desktop-themes/TraditionalGreen | |
parent | 7a6cd432a180485573733439b649f681f6dd33ab (diff) | |
download | mate-themes-0f6a9ba095826e3b80f1c28610a1ec10dd405576.tar.bz2 mate-themes-0f6a9ba095826e3b80f1c28610a1ec10dd405576.tar.xz |
Gtk3 Traditional themes: fix padding-area of icons in na-tray
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 411477c2..f85f3483 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -263,13 +263,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; } |