I have a question: how can I apply a cursor style to my <audio>
controls? When I try to add them using CSS, the cursor only appears around the controls and not directly on the controls themselves.
Below is the code snippet:
<audio class="_audio" src="http://www.somewebsite.co/assets/AudioSample-JOBS.mp3" controls="controls" autoplay="autoplay" preload="auto"></audio>
It's worth mentioning that the element is created onclick using JavaScript, but that should not affect it...