summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-06-11 10:06:56 +0200
committerraveit65 <[email protected]>2017-06-13 07:30:51 +0200
commite3e3e1449d884e28915ade057d18dfdbee24271c (patch)
tree52fbce5a967562793ea7e6234a52d4ad3714b2e0
parent2fb09195ffc07f7b7df5888d3d2bba5def169780 (diff)
downloadmate-themes-e3e3e1449d884e28915ade057d18dfdbee24271c.tar.bz2
mate-themes-e3e3e1449d884e28915ade057d18dfdbee24271c.tar.xz
Gtk+-3.20 Menta themes: use normal menubar menuitems styling for the panel
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css26
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css26
2 files changed, 0 insertions, 52 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 82888bf6..75eb4ff3 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -368,38 +368,12 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
padding: 4px;
}
-/* set selected menubar button */
-.mate-panel-menu-bar menubar > menuitem:hover {
- background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 0.86),
- shade (@theme_selected_bg_color, 0.26));
- color: shade (@theme_selected_fg_color, 1.00);
- text-shadow: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
-}
-
/* set normal menubar menuitem */
.mate-panel-menu-bar menubar menu menuitem {
padding: 6px;
font-weight: normal;
}
-/* set selected menubar menuitem */
-.mate-panel-menu-bar menubar menu menuitem:checked:hover,
-.mate-panel-menu-bar menubar menu menuitem:active:hover,
-.mate-panel-menu-bar menubar menu menuitem:hover {
- 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-style: none;
- border-width: 0px;
- border-radius: 0px;
-}
-
/* all applets */
.mate-panel-menu-bar #PanelApplet button,
.mate-panel-menu-bar #PanelApplet button.flat,
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 39176062..be6223f0 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -368,38 +368,12 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
padding: 4px;
}
-/* set selected menubar button */
-.mate-panel-menu-bar menubar menuitem:hover {
- background-image: linear-gradient(to bottom,
- shade (@theme_selected_bg_color, 0.86),
- shade (@theme_selected_bg_color, 0.26));
- color: shade (@theme_base_color, 1.00);
- text-shadow: none;
- border-style: solid;
- border-width: 0px;
- border-radius: 3px;
-}
-
/* set normal menubar menuitem */
.mate-panel-menu-bar menubar menu menuitem {
padding: 6px;
font-weight: normal;
}
-/* set selected menubar menuitem */
-.mate-panel-menu-bar menubar menu menuitem:checked:hover,
-.mate-panel-menu-bar menubar menu menuitem:active:hover,
-.mate-panel-menu-bar menubar menu menuitem:hover {
- 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-style: none;
- border-width: 0px;
- border-radius: 0px;
-}
-
/* all applets */
.mate-panel-menu-bar #PanelApplet button,
.mate-panel-menu-bar #PanelApplet button.flat,