summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 16:52:15 +0200
committerraveit65 <[email protected]>2017-07-12 16:56:09 +0200
commit9359ecda511363f4838d27121d5ace92bedf9ba0 (patch)
treec8c757f1e85ab2148598641634fbcb0c300a0a2d
parenta27aae067845b25da60aa0327f0e74df7ee9da24 (diff)
downloadmate-themes-9359ecda511363f4838d27121d5ace92bedf9ba0.tar.bz2
mate-themes-9359ecda511363f4838d27121d5ace92bedf9ba0.tar.xz
Gtk+-3 Menta themes: change colors for panel applet buttons
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css89
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css89
2 files changed, 28 insertions, 150 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index eedc6e13..7e349775 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -495,34 +495,20 @@ MatePanelApplet .button.flat:checked,
MatePanelApplet .button.flat:active,
MatePanelApplet .button.flat:checked:hover,
MatePanelApplet .button.flat:active:hover {
- 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_selected_fg_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;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.0),
+ shade (@theme_bg_color, 0.82));
+ color: shade (@theme_fg_color, 1.00);
}
MatePanelApplet .button:hover,
MatePanelApplet .button.flat: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;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.14),
+ shade (@theme_bg_color, 0.96));
+ color: shade (@theme_fg_color, 1.00);
}
/*Wncklist */
@@ -545,67 +531,20 @@ WnckTasklist .button:checked:hover,
WnckTasklist .button:checked,
WnckTasklist .button:active:hover,
WnckTasklist .button: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_selected_fg_color, 1.00);
- border-image: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
- text-shadow: none;
- -GtkWidget-window-dragging: true;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.0),
+ shade (@theme_bg_color, 0.82));
+ color: shade (@theme_fg_color, 1.00);
}
WnckTasklist .button:hover,
WnckTasklist .button.flat: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;
-}
-
-/* set selected button WnckSelector */
-WnckSelector.menubar .menuitem:hover {
background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 0.86),
- shade (@theme_selected_bg_color, 0.26));
- background-color: transparent;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
-}
-
-/* set WnckSelector normal menuitem */
-WnckSelector.menubar .menu .menuitem {
- background-color: @menu_bg_color;
- background-image: none;
+ shade (@theme_bg_color, 1.14),
+ shade (@theme_bg_color, 0.96));
color: shade (@theme_fg_color, 1.00);
- text-shadow: none;
-}
-
-/* set WnckSelector selected menuitem */
-WnckSelector.menubar .menu .menuitem:hover {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 1.0),
- shade (@theme_selected_bg_color, 0.85));
- color: shade (@theme_selected_fg_color, 1.00);
- text-shadow: none;
- border-radius: 0px;
-}
-
-/* set WnckSelector menuitem separator */WnckSelector.menubar .menu .menuitem.separator {
- color: @menu_separator;
- -GtkMenuItem-horizontal-padding: 0;
}
/* WnckPager */
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 5a61e233..3f41b81d 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -497,34 +497,20 @@ MatePanelApplet .button.flat:checked,
MatePanelApplet .button.flat:active,
MatePanelApplet .button.flat:checked:hover,
MatePanelApplet .button.flat:active:hover {
- 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_selected_fg_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;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.0),
+ shade (@theme_bg_color, 0.82));
+ color: shade (@theme_fg_color, 1.00);
}
MatePanelApplet .button:hover,
MatePanelApplet .button.flat: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;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.14),
+ shade (@theme_bg_color, 0.96));
+ color: shade (@theme_fg_color, 1.00);
}
/*Wncklist */
@@ -547,67 +533,20 @@ WnckTasklist .button:checked:hover,
WnckTasklist .button:checked,
WnckTasklist .button:active:hover,
WnckTasklist .button: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_selected_fg_color, 1.00);
- border-image: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
- text-shadow: none;
- -GtkWidget-window-dragging: true;
+ background-image: linear-gradient(to bottom,
+ shade (@theme_bg_color, 1.0),
+ shade (@theme_bg_color, 0.82));
+ color: shade (@theme_fg_color, 1.00);
}
WnckTasklist .button:hover,
WnckTasklist .button.flat: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;
-}
-
-/* set selected button WnckSelector */
-WnckSelector.menubar .menuitem:hover {
background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 0.86),
- shade (@theme_selected_bg_color, 0.26));
- background-color: transparent;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
-}
-
-/* set WnckSelector normal menuitem */
-WnckSelector.menubar .menu .menuitem {
- background-color: @menu_bg_color;
- background-image: none;
+ shade (@theme_bg_color, 1.14),
+ shade (@theme_bg_color, 0.96));
color: shade (@theme_fg_color, 1.00);
- text-shadow: none;
-}
-
-/* set WnckSelector selected menuitem */
-WnckSelector.menubar .menu .menuitem:hover {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 1.0),
- shade (@theme_selected_bg_color, 0.85));
- color: shade (@theme_selected_fg_color, 1.00);
- text-shadow: none;
- border-radius: 0px;
-}
-
-/* set WnckSelector menuitem separator */WnckSelector.menubar .menu .menuitem.separator {
- color: @menu_separator;
- -GtkMenuItem-horizontal-padding: 0;
}
/* WnckPager */