+ 1
How can I change the color of audio controls I mean a curvy shaped rectangle in this code
5 Réponses
+ 7
Try this in the CSS tab.
audio::-webkit-media-controls-panel { background-color: red; }
+ 5
The audio controls are controlled by the browser. So you use the webkit extension to edit it. This works for Safari and Chrome browsers. Learn more about it here.
https://developer.mozilla.org/en-US/docs/Web/CSS/Webkit_Extensions
+ 2
Soo cool keep it up
+ 1
Can you explain how it works?
+ 1
I have not learn how to shape