diff options
author | raveit65 <[email protected]> | 2015-09-14 22:06:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 22:07:33 +0200 |
commit | 4afae407046bde92b975cf6c15d6b6b5b8c7ce9d (patch) | |
tree | bba7c560444589c58794b181e0e0a27f4eccb6ad | |
parent | ed5e27ad53c0b897b1fa75a5379492cdfcb9937b (diff) | |
download | mate-themes-4afae407046bde92b975cf6c15d6b6b5b8c7ce9d.tar.bz2 mate-themes-4afae407046bde92b975cf6c15d6b6b5b8c7ce9d.tar.xz |
GTK3 GreenLaguna: don't use transition effect for menuitems
seems this dosen't work very well with gradient backgrounds
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 714d9ca6..c0e56edf 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1733,10 +1733,13 @@ GtkFileChooserButton .button { } .menu .menuitem { - transition: all 300ms ease-out; padding: 3px 4px; } +.menubar .menu .menuitem { + transition: none; +} + .menubar .menuitem, .menu .menuitem { border-width: 0px; |