Change cursor when hovering over sortable items
-
I added the following CSS to my admin so that I would get the typical “crosshairs” cursor when hovering over a sortable element:
.ui-sortable tr:hover { cursor: move; }
You might want to consider adding something like this to the plugin.
Cheers,
Daltonhttps://www.ads-software.com/extend/plugins/intuitive-custom-post-order/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change cursor when hovering over sortable items’ is closed to new replies.