mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
8 lines
142 B
SCSS
Executable File
8 lines
142 B
SCSS
Executable File
*[draggable] {
|
|
cursor: move;
|
|
}
|
|
|
|
.oms-drag-placeholder, .oms-drag-placeholder td {
|
|
border: 2px dashed rgba(0, 0, 0, 0.5) !important;
|
|
}
|