This commit is contained in:
2025-10-26 10:52:27 +04:00
parent d48e25ce90
commit 8750e0af39
10 changed files with 482 additions and 193 deletions

View File

@@ -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 */