summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 21:02:57 +0200
committerraveit65 <[email protected]>2015-09-06 21:08:20 +0200
commitd0f29e71c96b7f40223d92473fe91a79cf8d5e21 (patch)
treedb3c13838b308bb602622ee6bfa14f5573d7ec7c /desktop-themes/Menta
parentaed03f357dbbdf6021eb4533803df15dcaed6d5c (diff)
downloadmate-themes-d0f29e71c96b7f40223d92473fe91a79cf8d5e21.tar.bz2
mate-themes-d0f29e71c96b7f40223d92473fe91a79cf8d5e21.tar.xz
GTK Menta themes: adjust panel settings
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index e5ecffc2..0bccb573 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -593,18 +593,25 @@ WnckSelector.menubar .menu .menuitem:hover {
-GtkMenuItem-horizontal-padding: 0;
}
+/* WnckPager */
WnckPager {
background-image: none;
- border-color: transparent;
background-color: transparent;
+ text-shadow: none;
+}
+
+/* selected WnckPager */
+WnckPager:selected {
+ background-image: linear-gradient(to bottom,
+ @theme_selected_bg_color,
+ shade (@theme_selected_bg_color, 0.36));
}
/* prelight of WnckPager */
WnckPager:hover {
background-image: linear-gradient(to bottom,
- @theme_bg_color,
- shade (@theme_selected_bg_color, 0.86));
- background-color: @theme_base_color;
+ shade (@theme_selected_bg_color, 0.56),
+ @theme_selected_bg_color);
}
ClockBox,
@@ -613,10 +620,16 @@ MatePanelApplet > GtkMenuBar.menubar {
font: normal;
}
+/* no background for icon-padding area */
+GtkTrayIcon.background {
+ background-color: transparent;
+}
+
NaTrayApplet {
- -NaTrayApplet-icon-padding: 12px;
+ -NaTrayApplet-icon-padding: 3px;
-NaTrayApplet-icon-size: 16;
}
+
/****************
* Mate-Terminal *
****************/