From cc5dbb00f0b6b47815e30b0eea921a411f75eb8d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 14 Nov 2015 14:30:15 -0500 Subject: [PATCH] fixes #1110 - Webplayer: Mouseover should move subtitles --- dashboard-ui/css/mediaplayer-video.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index dafafb6faf..0b35479518 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -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; +} \ No newline at end of file