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:
@@ -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;
|
||||
}
|
||||
|
@@ -83,6 +83,10 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.tree-node-drop {
|
||||
background-color:rgb(255,239,178);
|
||||
}
|
||||
|
||||
.tree-node-icon {
|
||||
display: inline-block;
|
||||
width: 1rem;
|
||||
|
Reference in New Issue
Block a user