X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;h=1f8c6b98f32155dedb4afd39f5f2f7bd535644ae;hb=918c9e49a243680984f89a7ab4ccdf64d1a41607;hp=c73d9f661414c6f6f9f749ca6ed1b2c6de4fbcf0;hpb=0282321df83ade4f66b3f44bbee1a2519485571a;p=themes.git diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index c73d9f66..1f8c6b98 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -22,6 +22,10 @@ audio > xul|videocontrols { display: none; } +.controlsSpacer[hideCursor] { + cursor: none; +} + .controlsContainer, .progressContainer { position: relative; @@ -350,13 +354,6 @@ audio > xul|videocontrols { color: #ffffff; } -%ifdef XP_MACOSX -.positionDurationBox { - font-size-adjust: unset; - font-family: "Helvetica Neue", "Helvetica", sans-serif; -} -%endif - .duration { display: inline-block; white-space: pre; @@ -472,21 +469,3 @@ audio > xul|videocontrols { [error="errorGeneric"] > [anonid="errorGeneric"] { display: inline; } - -/* For high contrast theme in Windows */ -%ifdef XP_WIN -.controlsSpacer, -.clickToPlay { - background-color: transparent; -} - -@media (-moz-windows-default-theme) { - .controlsSpacer { - background-color: rgba(255,255,255,.4); - } - - .clickToPlay { - background-color: #1a1a1a; - } -} -%endif