Move the folder icon style to the less file

This commit is contained in:
yflory
2017-01-25 17:16:41 +01:00
parent 8c7305bf1b
commit 7ad080b8a2
3 changed files with 19 additions and 2 deletions

View File

@@ -56,6 +56,13 @@ li {
color: #eee;
margin: -1px;
}
span.fa-folder {
color: #FEDE8B;
text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}
span.fa {
min-width: 20px;
}
/* TREE */
#tree {
border-right: 1px solid #ccc;