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:
commit
62a70fa706
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue