UNPKG

jquery-sortable

Version:

jquery plugin for sortable, nestable lists

20 lines (16 loc) 315 B
body.dragging, body.dragging * { cursor: move !important; } .dragged { position: absolute; opacity: 0.5; z-index: 2000; } ol.example li.placeholder { position: relative; /** More li styles **/ } ol.example li.placeholder:before { position: absolute; /** Define arrowhead **/ }