mirror of
https://github.com/Aviortheking/Delta-File-Manager.git
synced 2025-06-21 14:49:17 +00:00
file explorer working
but can't open files externally
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user