I may be late, but you can try the following code that worked for me for Drag and Drop.
.dndclass{ cursor: url('../images/grab1.png'), auto; } .dndclass:active { cursor: url('../images/grabbing1.png'), auto; }
You can use the images below in the URL above. Make sure this is a transparent PNG image. If not, download it from Google.

Jeeva Jul 20 '16 at 11:03 2016-07-20 11:03
source share