mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(img) spinner: add svg
This commit is contained in:
parent
5c27536155
commit
1b3d7b6e2e
3 changed files with 87 additions and 18 deletions
|
|
@ -103,6 +103,13 @@ body {
|
|||
width : 16px;
|
||||
height : 16px;
|
||||
vertical-align : top;
|
||||
}
|
||||
|
||||
.loading-svg {
|
||||
background : url(/img/spinner.svg);
|
||||
}
|
||||
|
||||
.loading-gif {
|
||||
background : url(/img/spinner.gif);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue