mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
8 lines
134 B
SCSS
8 lines
134 B
SCSS
*[draggable] {
|
|
cursor: move;
|
|
}
|
|
|
|
.drag-placeholder, .drag-placeholder td {
|
|
border: 2px dashed rgba(0, 0, 0, 0.5) !important;
|
|
}
|