summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 16:17:16 +0200
committerraveit65 <[email protected]>2017-07-12 16:55:52 +0200
commitdd4eba7a2e6d8fef5d74d85afbd52cdaa265cc59 (patch)
tree755824e1494bd26f3634095f4be845be630448ce
parent57e3b316ac1082b7c59df8c8421929a7f8536049 (diff)
downloadmate-themes-dd4eba7a2e6d8fef5d74d85afbd52cdaa265cc59.tar.bz2
mate-themes-dd4eba7a2e6d8fef5d74d85afbd52cdaa265cc59.tar.xz
Gtk+-3 Menta themes: use normal menubar > menuitems styling for the panel
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css27
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css27
2 files changed, 0 insertions, 54 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 199a3f10..4998a79c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -442,18 +442,6 @@ PanelMenuBar.menubar > .menuitem {
text-shadow: none;
}
-/* set selected menubar button */
-PanelMenuBar.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: 5px;
-}
-
/* set menubar menuitem separator */
PanelMenuBar.menubar .menu .menuitem.separator {
color: @menu_separator;
@@ -465,22 +453,7 @@ PanelMenuBar.menubar .menu .menuitem {
padding: 6px;
}
-/* set selected menubar menuitem */
-PanelMenuBar.menubar .menu .menuitem:checked:hover,
-PanelMenuBar.menubar .menu .menuitem:active:hover,
-PanelMenuBar.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;
-}
-
/* mate menu */
-
/* Mate menu button hover */
PanelMenuButton.button:hover {
color: shade (@theme_selected_bg_color, 1.00);
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 3f95f5f4..f5986959 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -444,18 +444,6 @@ PanelMenuBar.menubar > .menuitem {
text-shadow: none;
}
-/* set selected menubar button */
-PanelMenuBar.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: 5px;
-}
-
/* set menubar menuitem separator */
PanelMenuBar.menubar .menu .menuitem.separator {
color: @menu_separator;
@@ -467,22 +455,7 @@ PanelMenuBar.menubar .menu .menuitem {
padding: 6px;
}
-/* set selected menubar menuitem */
-PanelMenuBar.menubar .menu .menuitem:checked:hover,
-PanelMenuBar.menubar .menu .menuitem:active:hover,
-PanelMenuBar.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;
-}
-
/* mate menu */
-
/* Mate menu button hover */
PanelMenuButton.button:hover {
color: shade (@theme_selected_bg_color, 1.00);