file explorer working

but can't open files externally
This commit is contained in:
2019-03-10 01:13:57 +01:00
parent 9628c2cd42
commit efc0a0e1b9
38 changed files with 7540 additions and 350 deletions

View File

@ -14,13 +14,18 @@ table th {
}
table tr {
border-bottom: 1px solid #212121;
border-bottom: 1px solid #aaa;
height: 50px;
}
table tr td {
border-left: 1px solid #eee;
}
table tr td:first-child {
padding-left: 60px;
background-repeat: no-repeat;
border-left: none;
}
table tr.folder td:first-child {