BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
I want to change the Ui of the audio file.
can we change the ui of this
with another image i like
<style> .e-rte-image.e-imginline, .e-rte-audio.e-audio-inline, .e-rte-video.e-video-inline { height: 200px; background-image: url(http://arbordayblog.org/wp-content/uploads/2016/06/tree.jpg); } </style> |
Hi
Vinitha,
thanks for your suggestion but I want something like this.
audio::-webkit-media-controls-panel { background-color: coral; background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHDHoqMcpFVG5BZCI4iIb5trvHyJXNn2h3h6X-B-AifA&usqp=CAU&ec=48665701); } audio::-webkit-media-controls-play-button { background-color: purple; } |
audio::-webkit-media-controls-panel audio::-webkit-media-controls-mute-button audio::-webkit-media-controls-play-button audio::-webkit-media-controls-timeline-container audio::-webkit-media-controls-current-time-display audio::-webkit-media-controls-time-remaining-display audio::-webkit-media-controls-timeline audio::-webkit-media-controls-volume-slider-container audio::-webkit-media-controls-volume-slider audio::-webkit-media-controls-seek-back-button audio::-webkit-media-controls-seek-forward-button audio::-webkit-media-controls-fullscreen-button audio::-webkit-media-controls-rewind-button audio::-webkit-media-controls-return-to-realtime-button |