mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) readify: add support of links
This commit is contained in:
parent
03685ee390
commit
52ffc2ac28
5 changed files with 31 additions and 23 deletions
10
css/urls.css
10
css/urls.css
|
|
@ -37,7 +37,15 @@
|
|||
background-image: url(../img/dir.png);
|
||||
}
|
||||
|
||||
.text-file {
|
||||
.directory-link {
|
||||
background-image: url(../img/dir.png);
|
||||
}
|
||||
|
||||
.file {
|
||||
background-image: url(../img/txt.png);
|
||||
}
|
||||
|
||||
.file-link {
|
||||
background-image: url(../img/txt.png);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue