1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1272 from MediaBrowser/master

fixes #1110 - Webplayer: Mouseover should move subtitles
This commit is contained in:
Luke 2015-11-14 14:33:29 -05:00
commit 62a70fa706

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;
}