mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(img) add file-link, directory-link
This commit is contained in:
parent
846f4aa78f
commit
08e5e34815
5 changed files with 4 additions and 4 deletions
|
|
@ -34,19 +34,19 @@
|
|||
}
|
||||
|
||||
.directory {
|
||||
background-image: url(../img/dir.png);
|
||||
background-image: url(../img/directory.png);
|
||||
}
|
||||
|
||||
.directory-link {
|
||||
background-image: url(../img/dir.png);
|
||||
background-image: url(../img/directory-link.png);
|
||||
}
|
||||
|
||||
.file {
|
||||
background-image: url(../img/txt.png);
|
||||
background-image: url(../img/file.png);
|
||||
}
|
||||
|
||||
.file-link {
|
||||
background-image: url(../img/txt.png);
|
||||
background-image: url(../img/file-link.png);
|
||||
}
|
||||
|
||||
.loading-svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue