diff options
author | raveit65 <[email protected]> | 2017-06-12 09:21:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-13 07:29:35 +0200 |
commit | d0a468479a3e4fa18a08b80c9dac8200508bffb1 (patch) | |
tree | 890fcd40ed901ce73dccc983a60b1f620dc35675 /desktop-themes/BlueMenta | |
parent | 2e83e12cc6adf4c89f8996b2eff76ba3250da122 (diff) | |
download | mate-themes-d0a468479a3e4fa18a08b80c9dac8200508bffb1.tar.bz2 mate-themes-d0a468479a3e4fa18a08b80c9dac8200508bffb1.tar.xz |
Gtk+-3.20 Menta themes: change transition timining for menubar menuitem
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 9612e1f6..93c382e2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2948,7 +2948,7 @@ menubar, menubar > menuitem, .menubar > menuitem { min-height: 18px; - transition: all 200ms ease-out; + transition: all 300ms ease-out; -gtk-icon-style: regular; border-style: none; padding: 4px 6px; diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 66e27134..cafeb6af 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -362,7 +362,7 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ /* main menu */ /* set normal menubar button */ .mate-panel-menu-bar menubar > menuitem { - transition: all 200ms ease-out; + transition: all 300ms ease-out; text-shadow: none; font-weight: normal; padding: 4px; |