From 3108679dd247d0f03f7bf48e869cb7a581cd5523 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Thu, 26 Jan 2012 17:07:05 -0800 Subject: [PATCH] Bug 718126 - Tapping the video scrubber doesnt work on Native Fennec. r=wesj --- mobile/android/themes/core/touchcontrols.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mobile/android/themes/core/touchcontrols.css b/mobile/android/themes/core/touchcontrols.css index 022476b4cc8..96780e0fe12 100644 --- a/mobile/android/themes/core/touchcontrols.css +++ b/mobile/android/themes/core/touchcontrols.css @@ -48,6 +48,11 @@ background: url("chrome://browser/skin/images/unmute-hdpi.png") no-repeat center; } +/* This button is hidden until bug 704229 is fixed. */ +.fullscreenButton { + display: none; +} + /* bars */ .scrubberStack { width: 100%;