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
Родитель c95cc59b42
Коммит 6ed3aa8f06
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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;