X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;h=fd5601b5a1294a046588b2c6d8f64ac695f3c32d;hp=c73d9f661414c6f6f9f749ca6ed1b2c6de4fbcf0;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hpb=0282321df83ade4f66b3f44bbee1a2519485571a diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index c73d9f66..fd5601b5 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -350,13 +350,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 +465,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