From 7e19216368665378c44d5f42b17b289915178879 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 23 Mar 2017 17:53:09 +0100 Subject: [PATCH] Define an initial shadow for spinner IE and Edge refuse to animate attributes that weren't present in the static definition. --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index 30146963..62a06287 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -57,6 +57,7 @@ html { width: 10px; height: 10px; border-radius: 2px; + box-shadow: -60px 10px 0 rgba(255, 255, 255, 0); animation: noVNC_spinner 1.0s linear infinite; } .noVNC_spinner::before {