Title: Change cursor when hovering over sortable items
Last modified: August 20, 2016

---

# Change cursor when hovering over sortable items

 *  Resolved [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/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,
    Dalton
 * [http://wordpress.org/extend/plugins/intuitive-custom-post-order/](http://wordpress.org/extend/plugins/intuitive-custom-post-order/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [manuelv](https://wordpress.org/support/users/manuelv/)
 * (@manuelv)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/change-cursor-when-hovering-over-sortable-items/#post-3192479)
 * Great Idea
 *  Plugin Author [hijiri](https://wordpress.org/support/users/hijiri/)
 * (@hijiri)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/change-cursor-when-hovering-over-sortable-items/#post-3192490)
 * Hi Dalton Rooney,
    Thanks! I’ll add these with the next update.
 *  Plugin Author [hijiri](https://wordpress.org/support/users/hijiri/)
 * (@hijiri)
 * [13 years ago](https://wordpress.org/support/topic/change-cursor-when-hovering-over-sortable-items/#post-3192502)
 * It resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change cursor when hovering over sortable items’ is closed to new replies.

 * ![](https://ps.w.org/intuitive-custom-post-order/assets/icon-256x256.png?rev=
   1078797)
 * [Intuitive Custom Post Order](https://wordpress.org/plugins/intuitive-custom-post-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intuitive-custom-post-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intuitive-custom-post-order/)
 * [Active Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intuitive-custom-post-order/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [hijiri](https://wordpress.org/support/users/hijiri/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/change-cursor-when-hovering-over-sortable-items/#post-3192502)
 * Status: resolved