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