X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;fp=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;h=d8f3c39f9e1640fa17ac1cd3446282e9faafa18a;hp=1f8c6b98f32155dedb4afd39f5f2f7bd535644ae;hb=dbad77eabc8467c637024bc9963f45310d15565c;hpb=2b3956e03122e2231adf704167ccdaacf4298408 diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index 1f8c6b98..d8f3c39f 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -45,7 +45,7 @@ audio > xul|videocontrols { flex-direction: column; justify-content: center; align-items: center; - background-color: rgb(80,80,80); + background-color: rgb(80,80,80, .85); } .controlsOverlay { @@ -96,22 +96,26 @@ audio > xul|videocontrols { } .playButton { - background-image: url(chrome://global/skin/media/pauseButton.svg#pause); + background-image: url(chrome://global/skin/media/pauseButton.svg); + -moz-context-properties: fill; + fill: #ffffff; } .playButton:hover { - background-image: url(chrome://global/skin/media/pauseButton.svg#pause-hover); + fill: #48a0f7; } .playButton:hover:active { - background-image: url(chrome://global/skin/media/pauseButton.svg#pause-active); + fill: #2d89e6; } .playButton[paused] { - background-image: url(chrome://global/skin/media/playButton.svg#play); + background-image: url(chrome://global/skin/media/playButton.svg); + -moz-context-properties: fill; + fill: #ffffff; } .playButton[paused]:hover { - background-image: url(chrome://global/skin/media/playButton.svg#play-hover); + fill: #48a0f7; } .playButton[paused]:hover:active { - background-image: url(chrome://global/skin/media/playButton.svg#play-active); + fill: #2d89e6; } .muteButton { @@ -386,11 +390,13 @@ audio > xul|videocontrols { min-width: 48px; min-height: 48px; border-radius: 50%; - background-image: url(chrome://global/skin/media/playButton.svg#play); + background-image: url(chrome://global/skin/media/playButton.svg); background-repeat: no-repeat; background-position: 54% 50%; background-size: 40% 40%; background-color: #1a1a1a; + -moz-context-properties: fill; + fill: #ffffff; opacity: 0.8; position: relative; top: 20px;