1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

Move file by drag and drop (#3168)

This commit is contained in:
zxj96
2019-03-27 11:25:27 +08:00
committed by Daniel Pan
parent d6470889c9
commit 4a9cfe8a46
19 changed files with 5503 additions and 2272 deletions

View File

@@ -1,3 +1,11 @@
.tr-style-nav {
background-image: url('/media/img/grippy_large.png');
background-repeat: no-repeat;
background-position: 0px;
}
.tr-dragenter {
background-color: #f8f8f8;
}
.operations {
display: flex;
}

View File

@@ -83,6 +83,10 @@
justify-content: center;
}
.tree-node-drop {
background-color:rgb(255,239,178);
}
.tree-node-icon {
display: inline-block;
width: 1rem;