mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +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 {
|
||||
|
|
|
|||
BIN
img/directory-link.png
Normal file
BIN
img/directory-link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 575 B |
|
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
BIN
img/file-link.png
Normal file
BIN
img/file-link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
Loading…
Add table
Add a link
Reference in a new issue