9 lines
210 B
CSS
9 lines
210 B
CSS
|
|
/* TODO: Find a better way to set the cursor for all contents of dialog. */
|
||
|
|
.DraggableItem.draggable div {
|
||
|
|
cursor: grab !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.DraggableItem.draggable.dragging div {
|
||
|
|
cursor: grabbing !important;
|
||
|
|
}
|