hi, i need help with Audio tag styling, im currently using
audio::-webkit-media-controls-panel {
background:red ; }
<audio controls>
<source src="http://audio.ngfiles.com/551000/551191_Pressure.mp3" type="audio/mp3"/>
</audio>
but this only works for chrome, how to enable this on Opera/Mozilla etc.