mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
styles update
This commit is contained in:
parent
a80707e6eb
commit
f60544ec19
1 changed files with 2 additions and 2 deletions
|
|
@ -123,13 +123,13 @@
|
|||
/* freeupex */
|
||||
.directory{
|
||||
/*list-style-image*/
|
||||
background-image:url('images/dir.png');
|
||||
background-image:url('/images/dir.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.text-file{
|
||||
/*list-style-image*/
|
||||
background-image:url('images/txt.png');
|
||||
background-image:url('/images/txt.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue