mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fixes #1110 - Webplayer: Mouseover should move subtitles
This commit is contained in:
parent
5c4779f88a
commit
cc5dbb00f0
@ -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…
Reference in New Issue
Block a user