Custom Cursor style

I used this code on onPageLoad event :

javascript:
$('[data-label*="cursorMove"]').css('cursor', 'move'); 
void(0);

Notice the * after data-label. Then, you can add “cursorMove” to all the names of widjets you want to display a"move" cursor on hover.