Merge pull request #1272 from MediaBrowser/master
fixes #1110 - Webplayer: Mouseover should move subtitles
This commit is contained in:
@@ -348,3 +348,15 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user