sync both themes with toolkit windows theme changes in Mozilla 54 cycle
[themes.git] / EarlyBlue / global / media / videocontrols.css
index c73d9f661414c6f6f9f749ca6ed1b2c6de4fbcf0..1f8c6b98f32155dedb4afd39f5f2f7bd535644ae 100644 (file)
@@ -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