diff options
author | raveit65 <[email protected]> | 2016-02-24 14:00:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-24 14:00:44 +0100 |
commit | efa970afa0f9616bd17b59b54a07cf289026af6b (patch) | |
tree | 16d1f01795d3c83338176d6aeaa779173b72a77f /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 73bc32eaf577cddce7f76b85a0f5347da5b62671 (diff) | |
download | mate-themes-efa970afa0f9616bd17b59b54a07cf289026af6b.tar.bz2 mate-themes-efa970afa0f9616bd17b59b54a07cf289026af6b.tar.xz |
GTK+-3.20 Blue-Submarine menu.css: fix a typo
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/menu.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css index 07212fc3..b294c6e6 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/menu.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/menu.css @@ -131,9 +131,9 @@ toolbar.primary-toolbar menuitem, toolbar.primary-toolbar button menuitem, window.background.popup menu menuitem, window.background.popup menuitem { -/* transition: all 300ms ease-out; FIXME this caused items jumpings* +/* transition: all 300ms ease-out; FIXME this caused items jumpings*/ /* -GtkMenuItem-arrow-scaling: 0.7; */ - transition: all 200ms ease-out + transition: all 200ms ease-out; border-radius: 0px; color: @menu_fg_dark_color; text-shadow: 1px 1px @menu_shadow_dark_color; |