sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / LCARStrek / global / media / videocontrols.css
index 474933d6ae4679b1701cbc73b150053013a450ee..1574d0be65ac53e58ada06da2100a7fc1771f416 100644 (file)
@@ -26,8 +26,8 @@
 .playButton:hover, .muteButton:hover {
   background-color: rgba(255,207,0,0.75);
 }
-.playButton:focus > .button-box,
-.muteButton:focus > .button-box {
+.playButton:-moz-focusring > .button-box,
+.muteButton:-moz-focusring > .button-box {
   border: 1px dotted rgba(0,0,0,0.75);
 }
 
   padding-left: 8px; /* don't bump into the scrubber bar */
   padding-top: 0px; /* center vertically with scrubber bar */
   color: rgba(0,0,0,0.75);
-  font: 11px sans-serif;
+  font-size: 11px;
+  font-family: helvetica,arial,tahoma,sans-serif;
 }
 
 .backgroundBar {
 
 .scrubber .scale-slider {
     /* abs(margin-top) + margin-bottom + bar height == timeThumb height */
-    margin-top: -9px;
+    margin-top: -10px;
     margin-bottom: 10px;
 }
 
 .timeThumb {
   background: url("chrome://global/skin/media/scrubberThumb.png") no-repeat center;
   min-width: 45px;
-  min-height: 27px;
+  min-height: 28px;
   -moz-box-pack: center;
 }
 
 
 .timeLabel {
     color: rgba(0,0,0,0.75);
-    font: 10px sans-serif;
+    font-size: 10px;
+    font-family: helvetica,arial,tahoma,sans-serif;
     text-shadow: rgba(255,259,0, 0.3) 0 1px;
     padding-top: 2px;
 }
 
-.timeThumb[showhours="true"] > .timeLabel {
-    padding-top: 1px;
-}
-
 .statusOverlay {
+    -moz-box-align: center;
+    -moz-box-pack: center;
     background-color: rgba(0,0,0,0.55);
 }