li.folder {
    background-color: #7ee7fd3d;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ftp-file-list ul {
    list-style: none;
    padding-left: 20px;
}

.ftp-file-list .folder > strong::before {
    content: "\1F4C1 ";
	padding-right: 10px;
}

.ftp-file-list .file a::before {
    content: "\1F4C4 ";
	padding-right: 10px;
}

.ftp-file-list a {
    text-decoration: none !important;
}

.ftp-file-list a:hover {
    text-decoration: underline !important;
}