mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(dom) images: add load progress
This commit is contained in:
parent
57b93bdc1b
commit
0a30d02128
4 changed files with 55 additions and 16 deletions
|
|
@ -104,6 +104,15 @@ body {
|
|||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.loading::after {
|
||||
content : attr(data-progress);
|
||||
position : relative;
|
||||
left : 16px;
|
||||
bottom : 3px;
|
||||
font-size : 10px;
|
||||
color : rgb(49,123,249);
|
||||
}
|
||||
|
||||
.loading-svg {
|
||||
background : url(/img/spinner.svg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue