summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-06-12 09:28:01 +0200
committerraveit65 <[email protected]>2017-06-12 09:28:01 +0200
commit4bbebb0b411c5a81c5c8c552758de6a632874c95 (patch)
tree6b12e43c0519987eb69151736dccf49fbcfb7723 /desktop-themes/Menta/gtk-3.0
parentaa2f4085bef40fa41a1c773de74978432082f408 (diff)
downloadmate-themes-4bbebb0b411c5a81c5c8c552758de6a632874c95.tar.bz2
mate-themes-4bbebb0b411c5a81c5c8c552758de6a632874c95.tar.xz
Gtk+-3.20 Menta themes: change colors for panel applet buttons
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css37
1 files changed, 14 insertions, 23 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 38df89aa..a966fe03 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -375,15 +375,22 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
}
/* all applets */
+/* needed for mate-menu/mintmenu/wnck-tasklist to override a wildcard at line 37 gtk-widgets.css */
+#PanelApplet:selected,
+#PanelApplet #tasklist-button * {
+ color: shade (@theme_fg_color, 1.00);
+}
+
.mate-panel-menu-bar #PanelApplet button,
.mate-panel-menu-bar #PanelApplet button.flat,
.mate-panel-menu-bar #PanelApplet button.toggle,
.mate-panel-menu-bar #PanelApplet button.flat.toggle {
+ color: shade (@theme_fg_color, 1.00);
transition: all 400ms ease-out;
background-image: none;
background-color: transparent;
border-image: none;
- border-style: solid;
+ border-style: none;
border-width: 0px;
border-radius: 0px;
text-shadow: none;
@@ -404,17 +411,9 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
.mate-panel-menu-bar #PanelApplet button.flat.toggle:checked:hover,
.mate-panel-menu-bar #PanelApplet button.flat.toggle:hover:active {
background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 0.86),
- shade (@theme_selected_bg_color, 0.26));
- background-color: transparent;
- color: shade (@theme_base_color, 1.00);
- border-image: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
- text-shadow: none;
- -GtkWidget-window-dragging: true;
- padding: 4px 4px 4px 4px;
+ shade (@theme_bg_color, 1.0),
+ shade (@theme_bg_color, 0.82));
+ color: shade (@theme_fg_color, 1.00);
}
.mate-panel-menu-bar #PanelApplet button:hover,
@@ -422,17 +421,9 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
.mate-panel-menu-bar #PanelApplet button.toggle:hover,
.mate-panel-menu-bar #PanelApplet button.flat.toggle:hover {
background-image: linear-gradient(to bottom,
- @theme_bg_color,
- shade (@theme_selected_bg_color, 0.86));
- background-color: transparent;
- color: shade (@theme_text_color, 1.0);
- border-image: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
- text-shadow: none;
- -GtkWidget-window-dragging: true;
- padding: 4px 4px 4px 4px;
+ shade (@theme_bg_color, 1.14),
+ shade (@theme_bg_color, 0.96));
+ color: shade (@theme_fg_color, 1.00);
}
/* WnckPager */