fixes #1110 - Webplayer: Mouseover should move subtitles

This commit is contained in:
Luke Pulverenti 2015-11-14 14:30:15 -05:00
parent 5c4779f88a
commit cc5dbb00f0

View File

@ -348,3 +348,15 @@
opacity: 0; opacity: 0;
} }
} }
video::-webkit-media-text-track-container {
}
video::-webkit-media-text-track-background {
/*Style the text background*/
}
#videoPlayer:not(.idlePlayer) video:not([controls])::-webkit-media-text-track-display {
/*Style the text itself*/
margin-top: -2.5em;
}