summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 21:02:57 +0200
committerraveit65 <[email protected]>2015-09-06 21:09:22 +0200
commitf464a8ab67b75f40fa42c8de932482f838ed7c8d (patch)
treed9e47aa073cc469f4514f983c98620b6c07ed00c /desktop-themes/BlueMenta
parent1fe1cb3a86636a20130f9dcbbfe6febc2c0b59d7 (diff)
downloadmate-themes-f464a8ab67b75f40fa42c8de932482f838ed7c8d.tar.bz2
mate-themes-f464a8ab67b75f40fa42c8de932482f838ed7c8d.tar.xz
GTK Menta themes: adjust panel settings
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css22
1 files changed, 17 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index da1ed8e7..29ff5f13 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -591,18 +591,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,
@@ -611,8 +618,13 @@ 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;
}