Add drag'n'drop to filemanager

This commit is contained in:
Johannes Zellner
2020-07-13 15:41:10 +02:00
parent 6b64dd52b9
commit da54699815
3 changed files with 132 additions and 6 deletions

View File

@@ -1681,6 +1681,27 @@ tag-input {
}
// ----------------------------
// FileManager
// ----------------------------
.filemanager {
// those are for drag'n'drop
table {
border: 2px solid transparent;
}
.entry-hovered {
border: 2px solid $brand-primary;
}
.entry-hovered > td {
border: none !important;
}
}
// ----------------------------
// Dark mode overrides
// ----------------------------