diff options
author | raveit65 <[email protected]> | 2017-07-12 16:21:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 16:21:38 +0200 |
commit | 24cc1c657ba23cab5c60ecfbfd6007bafb242b3f (patch) | |
tree | 2114e207143b20e7e9110ebe28d7359f6a846a2c /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 9c92ca52716312a755d4f5b463723c2e6669325d (diff) | |
download | mate-themes-24cc1c657ba23cab5c60ecfbfd6007bafb242b3f.tar.bz2 mate-themes-24cc1c657ba23cab5c60ecfbfd6007bafb242b3f.tar.xz |
Gtk+-3 Menta themes: change transition timining for menubar > menuitem
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-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 b8109293..bde234db 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2217,7 +2217,7 @@ GtkTreeMenu .menuitem, } .menubar > .menuitem { - 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 ea5f3241..f3a1fc98 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -424,7 +424,7 @@ MatePanelAppletFrameDBus { /* main menu */ /* set normal menubar button */ PanelMenuBar.menubar > .menuitem { - transition: all 200ms ease-out; + transition: all 300ms ease-out; text-shadow: none; } |