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

@@ -65,6 +65,16 @@ li {
margin: -1px;
}
span {
&.fa-folder {
color: #FEDE8B;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
&.fa {
min-width: 20px;
}
}
/* TREE */