diff options
author | raveit65 <[email protected]> | 2017-07-12 16:17:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 16:17:16 +0200 |
commit | 9c92ca52716312a755d4f5b463723c2e6669325d (patch) | |
tree | 8c57a7e11cec74edf69e29fe6429822c7c631cb4 /desktop-themes | |
parent | b1502ae854662c5d01d7d4763f121629a5f44d06 (diff) | |
download | mate-themes-9c92ca52716312a755d4f5b463723c2e6669325d.tar.bz2 mate-themes-9c92ca52716312a755d4f5b463723c2e6669325d.tar.xz |
Gtk+-3 Menta themes: use normal menubar > menuitems styling for the panel
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 27 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 27 |
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 850d6c3b..ea5f3241 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -428,18 +428,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; @@ -451,22 +439,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 9236368e..a61b0eef 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -430,18 +430,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; @@ -453,22 +441,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); |