added resort manually

This commit is contained in:
2025-11-08 17:55:10 +01:00
parent a482d975da
commit e75be99e43
2 changed files with 60 additions and 1 deletions
+17 -1
View File
@@ -255,4 +255,20 @@
cursor: pointer;
border: none;
}
</style>
#partsListAnnotations .list-group-item.dragging {
opacity: 0.6;
background-color: #d1e7dd !important;
transform: rotate(3deg);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#partsListAnnotations .placeholder {
background-color: #f8d7da !important;
border: 2px dashed #dc3545;
height: 40px;
margin: 2px 0;
border-radius: 4px;
}
</style>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"></script>