diff --git a/www/drive/file.css b/www/drive/file.css index b72b34ca0..a68b8e7bc 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -131,7 +131,7 @@ span.fa-folder-open { #tree span.element { cursor: pointer; } -#tree .active:not(.selected) { +#tree .active:not(.selected):not(.droppable) { background-color: #c8c8c8; } #tree .category2 { diff --git a/www/drive/file.less b/www/drive/file.less index 87abde3ab..82c6a8657 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -167,7 +167,7 @@ span { cursor: pointer; } .active { - &:not(.selected) { + &:not(.selected):not(.droppable) { background-color: darken(@drive-hover, 15%); } }