diff options
author | raveit65 <[email protected]> | 2017-06-11 09:42:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-13 07:30:41 +0200 |
commit | 2fb09195ffc07f7b7df5888d3d2bba5def169780 (patch) | |
tree | 15fbaea13fca5a2724de70908462ca7e2e62922d | |
parent | 8e4874e8a8f86311c7360a4543099eee3514d516 (diff) | |
download | mate-themes-2fb09195ffc07f7b7df5888d3d2bba5def169780.tar.bz2 mate-themes-2fb09195ffc07f7b7df5888d3d2bba5def169780.tar.xz |
Gtk+-3.20 Menta themes: remove transition effect from menuitems
4 files changed, 0 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 9daa34d1..9612e1f6 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2969,7 +2969,6 @@ menu > menuitem, .menu > menuitem { min-height: 18px; background-color: transparent; - transition: all 150ms ease-out; padding: 6px 5px; text-shadow: none; color: @menu_fg_color; diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 939eaed0..82888bf6 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -382,7 +382,6 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ /* set normal menubar menuitem */ .mate-panel-menu-bar menubar menu menuitem { - transition: all 150ms ease-out; padding: 6px; font-weight: normal; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index add628d9..6da642fd 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2970,7 +2970,6 @@ menu menuitem, .menu menuitem { min-height: 18px; background-color: transparent; - transition: all 150ms ease-out; padding: 6px 5px; text-shadow: none; color: @menu_fg_color; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index f9b2e977..39176062 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -382,7 +382,6 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ /* set normal menubar menuitem */ .mate-panel-menu-bar menubar menu menuitem { - transition: all 150ms ease-out; padding: 6px; font-weight: normal; } |