ohif-viewer/platform/ui/src/contextProviders/DialogProvider.css
2020-06-30 12:33:38 -03:00

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;
}