summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 22:29:39 +0200
committerraveit65 <[email protected]>2015-09-06 22:29:39 +0200
commit45ef3aec6e1bc5f2e162714a4c8dc38204ebe9ab (patch)
tree61f18c5710faa16355e9f9c12f2cbb55aa23412b /desktop-themes/ContrastHighInverse/gtk-3.0
parentc56914764b2828c19d03e6a7cffd0475e693ab71 (diff)
downloadmate-themes-45ef3aec6e1bc5f2e162714a4c8dc38204ebe9ab.tar.bz2
mate-themes-45ef3aec6e1bc5f2e162714a4c8dc38204ebe9ab.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.css7
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;
}