second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / media / videocontrols.css
index c73d9f661414c6f6f9f749ca6ed1b2c6de4fbcf0..fd5601b5a1294a046588b2c6d8f64ac695f3c32d 100644 (file)
@@ -350,13 +350,6 @@ audio > xul|videocontrols {
   color: #ffffff;
 }
 
   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;
 .duration {
   display: inline-block;
   white-space: pre;
@@ -472,21 +465,3 @@ audio > xul|videocontrols {
 [error="errorGeneric"]         > [anonid="errorGeneric"] {
   display: inline;
 }
 [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