summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 22:30:40 +0200
committerraveit65 <[email protected]>2015-09-06 22:33:11 +0200
commit0ae074676c808a3b1594e70b7895db6735604757 (patch)
tree223260e213ce6857f295cb13eaed0848e71a2df7 /desktop-themes/TraditionalOkTest
parentc7396a92de4f4931f6da2629f235a3a77b88d133 (diff)
downloadmate-themes-0ae074676c808a3b1594e70b7895db6735604757.tar.bz2
mate-themes-0ae074676c808a3b1594e70b7895db6735604757.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.css10
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 c3ac12f4..1e1eda4c 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -267,13 +267,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;
}