polimediaupv / paella-core

Paella Player core library
Educational Community License v2.0
20 stars 15 forks source link

Consider changing the cursor when hovering on the timeline/scrubber or buttons #341

Closed LukasKalbertodt closed 9 months ago

LukasKalbertodt commented 11 months ago

(For reference, this came up here)

I think it would improve UX if the cursor would change to cursor: pointer when hovering on the timeline/scrubber or on any of the buttons. This indicates to the user that they are over an area that they can interact with. Keeping the default cursor (as Paella does right now) is a bit irritating. YouTube and Vimeo do that as well:

image

image

I opened this issue on this core repository as I would argue this should be the case for every theme, and not just part of the new Openast design, for example.

ferserc1 commented 9 months ago

Any aspect related to CSS can be modified in the player implementation:

https://paellaplayer.upv.es/#/doc/progress_indicator_customization.md

How to load custom style sheets is explained here:

https://paellaplayer.upv.es/#/doc/styles.md