So I ran into problem while writing my own customized HTML5 video player. Can any CSS rules be applied to element? Any nasty hacks? I want to cont
You can apply your css styles using
video::-webkit-media-text-track-display { color: #FAFAFA; font-size: 1em; }
I've got it to work with font-size and font-family. There's more details on this site http://www.samdutton.com/track/shadowDOM.html