Sort images curosr

Is it possible to change the cursor to the fingers when clicking and moving an image in SORT ALBUM view? It makes it more reassuring that in fact you've selected the image and it's on the move :)

(I'm assuming this is a feature to be changed so that just changing code doesn't get it wiped out with next build install in same directory.)

Thanks

Comments

  • You are not reassured by the cursor changing to the `move` cursor? That is pretty much the standard for moving something, at least in Windows. If you don't like that, you can change the cursor in the admin.css file.

    `td.handle {

    cursor: move;

    }`
Sign In or Register to comment.