Fix filedrop highlight for current folder
This commit is contained in:
@@ -229,8 +229,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="overflow: auto;">
|
||||
<table class="table table-hover" style="margin: 0;" ng-class="{ 'entry-hovered': dropToBody }">
|
||||
<div class="file-list"ng-class="{ 'entry-hovered': dropToBody }">
|
||||
<table class="table table-hover" style="margin: 0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 3%;"> </th>
|
||||
|
||||
@@ -1688,6 +1688,11 @@ tag-input {
|
||||
.filemanager {
|
||||
|
||||
// those are for drag'n'drop
|
||||
.file-list {
|
||||
overflow: auto;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user