Active folder in drive is not underlined anymore

This commit is contained in:
yflory
2017-03-20 14:16:44 +01:00
parent cd77f50717
commit 85105a1382
3 changed files with 10 additions and 8 deletions

View File

@@ -122,14 +122,14 @@ span.fa-folder-open {
margin-left: -5px;
padding-left: 5px;
}
#tree li > span.element-row:not(.selected):hover {
#tree li > span.element-row:not(.selected):not(.active):hover {
background-color: #eee;
}
#tree span.element {
cursor: pointer;
}
#tree .active {
text-decoration: underline;
#tree .active:not(.selected) {
background-color: #c8c8c8;
}
#tree .category2 {
margin-top: 2em;