diff options
author | raveit65 <[email protected]> | 2017-06-11 09:42:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-11 09:42:55 +0200 |
commit | da5fedeccbea9835715daa11d39da3cdad24f165 (patch) | |
tree | 76785ccbc89f372fabfb94d1b4dfa9d5499f1758 /desktop-themes/Menta/gtk-3.0 | |
parent | a01db2871e64849e8e5a72e0b586e1ebb42ad75c (diff) | |
download | mate-themes-da5fedeccbea9835715daa11d39da3cdad24f165.tar.bz2 mate-themes-da5fedeccbea9835715daa11d39da3cdad24f165.tar.xz |
Gtk+-3.20 Menta themes: remove transition effect from menuitems
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 1 |
2 files changed, 0 insertions, 2 deletions
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; } |