diff options
author | raveit65 <[email protected]> | 2015-09-06 22:29:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 22:33:35 +0200 |
commit | fce1b27a02fe9b1967ac47c2dd22dd452f177b13 (patch) | |
tree | 62b4ba431878e087025f87a0e0760727e1b9fa80 /desktop-themes/ContrastHighInverse/gtk-3.0 | |
parent | 07fb2892a50923a4da8a99363ee449148d04cce5 (diff) | |
download | mate-themes-fce1b27a02fe9b1967ac47c2dd22dd452f177b13.tar.bz2 mate-themes-fce1b27a02fe9b1967ac47c2dd22dd452f177b13.tar.xz |
Gtk3 ContrastHigh themes: fix padding-area of icons in na-tray
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index 20eb9604..db002789 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -204,8 +204,13 @@ MatePanelApplet > GtkMenuBar.menubar { font: bold; } +/* no background for icon-padding area */ +GtkTrayIcon.background { + background-color: transparent; +} + NaTrayApplet { - -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-padding: 4; -NaTrayApplet-icon-size: 16; } |