mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add archive-link image
This commit is contained in:
parent
2fe6dcf166
commit
c92815d78d
2 changed files with 7 additions and 3 deletions
10
css/urls.css
10
css/urls.css
|
|
@ -45,12 +45,16 @@
|
|||
background-image: url(../img/file.png);
|
||||
}
|
||||
|
||||
.archive, .archive-link {
|
||||
.file-link {
|
||||
background-image: url(../img/file-link.png);
|
||||
}
|
||||
|
||||
.archive {
|
||||
background-image: url(../img/archive.png);
|
||||
}
|
||||
|
||||
.file-link {
|
||||
background-image: url(../img/file-link.png);
|
||||
.archive-link {
|
||||
background-image: url(../img/archive-link.png);
|
||||
}
|
||||
|
||||
.loading-svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue