html.jquery-draggable-dragging,
html.jquery-draggable-dragging * { cursor: move !important; cursor: -webkit-grabbing !important; cursor: -moz-grabbing !important; cursor: grabbing !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none; }
.jquery-draggable { position: absolute; }
.jquery-draggable-handle { cursor: move; }
