diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index ea8287e09..805ffb86d 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1198,6 +1198,8 @@ body.guide .main.container > * { body.progress .ui.progress .bar { -webkit-animation: finish 10s ease-in-out infinite; -moz-animation: finish 10s ease-in-out infinite; + -ms-animation: finish 10s ease-in-out infinite; + animation: finish 10s ease-in-out infinite; } @-webkit-keyframes finish {