Bug 1293601 - Show slider and mute button at first show on video touch control. r=jaws draft
authorRay Lin <ralin@mozilla.com>
Wed, 10 Aug 2016 13:18:46 +0800
changeset 399428 1ad0aafcbe6c20cb0e0f8f392016af6b3801c4b7
parent 399408 0502bd9e025edde29777ba1de4280f9b52af4663
child 527925 703863d785f76dfe3e3665f75f08cfeb6f038e83
push id25827
push userbmo:ralin@mozilla.com
push dateThu, 11 Aug 2016 01:47:18 +0000
reviewersjaws
bugs1293601
milestone51.0a1
Bug 1293601 - Show slider and mute button at first show on video touch control. r=jaws MozReview-Commit-ID: E9cilyGDZRK
mobile/android/themes/core/touchcontrols.css
--- a/mobile/android/themes/core/touchcontrols.css
+++ b/mobile/android/themes/core/touchcontrols.css
@@ -212,19 +212,16 @@
   transition-delay: 750ms;
 }
 
 .statusOverlay[fadeout] {
   opacity: 0;
 }
 
 .volumeStack,
-.controlBar[firstshow="true"] .muteButton,
-.controlBar[firstshow="true"] .scrubberStack,
-.controlBar[firstshow="true"] .durationBox,
 .timeLabel {
   display: none;
 }
 
 .controlBar[firstshow="true"] .playButton {
   -moz-transform: none;
 }