Merge pull request #3049 from vcuculo/fix-spinner-path
Fix spinner path [ci skip]
This commit is contained in:
commit
9e56c42328
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.loader {
|
||||
-webkit-mask-image: url('/path-to/static-loader.png');
|
||||
-webkit-mask-image: url('/images/static-loader.png');
|
||||
-webkit-animation: spin 1s infinite ease-in-out,
|
||||
fade-in 0.2s ease-in;
|
||||
-moz-animation: spin 1s infinite ease-in-out,
|
||||
|
|
|
|||
Loading…
Reference in a new issue