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;