Cursor on the play button

Marc Roussel

New Member
Hi, I find it strange that when we hover the mouse over the play button that the cursor is a text cursor rather than a hand. As a developer a find it irritating ;)

Everything else is awesome. Thank you for this great site !
 

Attachments

  • bad cursor.png
    bad cursor.png
    24.2 KB · Views: 1,601

More Support

Level 2 Support
Staff member
Thanks Marc. Well spotted. We have switched it to the hand / pointer cursor :

Code:
div.jp-controls {
       cursor: pointer;
       cursor: hand;
}
 

More Support

Level 2 Support
Staff member
Sorted. Thanks again :)

The odd details like these occasionally get missed after a big redesign. We've actually just recently got some 3rd parties to go through the new site picking it apart for us so theres some more updates coming soon.
 
Top