summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 22:29:39 +0200
committerraveit65 <[email protected]>2015-09-06 22:31:41 +0200
commit983c79c86f583c5011c3203c48f768730a833980 (patch)
tree0cf2b598a46670223d06bd3724405916b0c8ab6d
parentb1c4566cffeb8b319614dc71628a2f381fcf5ecd (diff)
downloadmate-themes-983c79c86f583c5011c3203c48f768730a833980.tar.bz2
mate-themes-983c79c86f583c5011c3203c48f768730a833980.tar.xz
Gtk3 ContrastHigh themes: fix padding-area of icons in na-tray
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css7
2 files changed, 13 insertions, 4 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
index 3716df15..2815894e 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
@@ -232,13 +232,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_base_color;
+ background-color: transparent;
padding: 0;
- color: @theme_fg_color;
text-shadow: none;
- -NaTrayApplet-icon-padding: 12;
+ -NaTrayApplet-icon-padding: 4;
-NaTrayApplet-icon-size: 16;
}
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;
}