...
This commit is contained in:
@@ -111,14 +111,19 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Drag and drop */
|
||||
.tree-node {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.tree-node.dragging {
|
||||
opacity: 0.5;
|
||||
background-color: rgba(13, 110, 253, 0.1);
|
||||
}
|
||||
|
||||
.tree-node.drag-over {
|
||||
background-color: rgba(13, 110, 253, 0.2);
|
||||
background-color: rgba(13, 110, 253, 0.2) !important;
|
||||
border: 1px dashed var(--link-color);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Collection selector - Bootstrap styled */
|
||||
|
||||
Reference in New Issue
Block a user