Bug 735564 - about:newtab has on-hover UI that doesn't work well with touch-screens. r=ttaubert

This commit is contained in:
Blair McBride 2012-03-21 17:16:19 +13:00
parent c95cc59b42
commit 6ed3aa8f06

View File

@ -161,6 +161,12 @@ input[type=button] {
opacity: 0 !important; opacity: 0 !important;
} }
@media (-moz-touch-enabled) {
.newtab-control {
opacity: 1;
}
}
.newtab-control-pin:-moz-locale-dir(ltr), .newtab-control-pin:-moz-locale-dir(ltr),
.newtab-control-block:-moz-locale-dir(rtl) { .newtab-control-block:-moz-locale-dir(rtl) {
left: 4px; left: 4px;