From 4adfd7a83ece4bbcdbf71da0416beca1bc097870 Mon Sep 17 00:00:00 2001 From: inventivetalent Date: Fri, 19 Oct 2018 20:15:49 +0200 Subject: [PATCH] fix transition selector --- css/litegraph.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/litegraph.css b/css/litegraph.css index ac3f5883d..3c5217086 100755 --- a/css/litegraph.css +++ b/css/litegraph.css @@ -131,7 +131,7 @@ .litegraph .litemenu-entry:hover:not(.disabled):not(.separator) { background-color: #444 !important; color: #EEE; - transition: * 0.4s; + transition: all 0.4s; } .litegraph .litemenu-entry .property_name { @@ -218,7 +218,7 @@ litegraph.litesearchbox .helper { user-select: none; -moz-user-select: none; -webkit-user-select: none; - transition: * linear 0.5s; + transition: all linear 0.5s; } .graphmenu-entry.event, .litemenu-entry.event {