ohif-viewer/platform/ui/src/contextProviders/DialogProvider.css

9 lines
210 B
CSS
Raw Normal View History

2020-06-30 17:33:38 +02:00
/* 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;
}