diff options
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; |