X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7024cc159936593350aaf7939d700102f6510787..943feeec776bb75c685cbdee9466f8db3cdf5da7:/apps/workbench/app/assets/stylesheets/loading.css diff --git a/apps/workbench/app/assets/stylesheets/loading.css b/apps/workbench/app/assets/stylesheets/loading.css index 7a0736ad1f..640f702510 100644 --- a/apps/workbench/app/assets/stylesheets/loading.css +++ b/apps/workbench/app/assets/stylesheets/loading.css @@ -3,21 +3,22 @@ } .rotating { - animation-name: rotateThis; - animation-duration: 2s; - animation-iteration-count: infinite; - animation-timing-function: linear; - -moz-animation-name: rotateThis; - -moz-animation-duration: 2s; - -moz-animation-iteration-count: infinite; - -moz-animation-timing-function: linear; - -ms-animation-name: rotateThis; - -ms-animation-duration: 2s; - -ms-animation-iteration-count: infinite; - -ms-animation-timing-function: linear; - /* Chrome, at least in Linux, renders a horrible shaky mess -- better - not to bother. + color: #f00; + /* Chrome and Firefox, at least in Linux, render a horrible shaky + mess -- better not to bother. + animation-name: rotateThis; + animation-duration: 2s; + animation-iteration-count: infinite; + animation-timing-function: linear; + -moz-animation-name: rotateThis; + -moz-animation-duration: 2s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + -ms-animation-name: rotateThis; + -ms-animation-duration: 2s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; -webkit-animation-name: rotateThis; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite;