From 6ed3aa8f06d55eee7790ef5bf9f4862b59f0f02f Mon Sep 17 00:00:00 2001 From: Blair McBride Date: Wed, 21 Mar 2012 17:16:19 +1300 Subject: [PATCH] Bug 735564 - about:newtab has on-hover UI that doesn't work well with touch-screens. r=ttaubert --- browser/base/content/newtab/newTab.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/browser/base/content/newtab/newTab.css b/browser/base/content/newtab/newTab.css index b53e3f717302..44b362879ebc 100644 --- a/browser/base/content/newtab/newTab.css +++ b/browser/base/content/newtab/newTab.css @@ -161,6 +161,12 @@ input[type=button] { opacity: 0 !important; } +@media (-moz-touch-enabled) { + .newtab-control { + opacity: 1; + } +} + .newtab-control-pin:-moz-locale-dir(ltr), .newtab-control-block:-moz-locale-dir(rtl) { left: 4px;