summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-24 14:00:44 +0100
committerraveit65 <[email protected]>2016-02-24 14:17:23 +0100
commit7660fcd5a06c0b8bcec33e5240536e8ee7b0b4de (patch)
tree42697540c11e716751de6230716d7fa712214426
parent7cbee48de551784737ac13c878f831a277fd6b23 (diff)
downloadmate-themes-7660fcd5a06c0b8bcec33e5240536e8ee7b0b4de.tar.bz2
mate-themes-7660fcd5a06c0b8bcec33e5240536e8ee7b0b4de.tar.xz
GTK+-3.20 Blue-Submarine menu.css: fix a typo
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/menu.css4
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;