Bug 741436 - Long Press Menu on a Web App on about:apps needs to be consistently the same r=wesj

This commit is contained in:
Mark Finkle 2012-04-13 22:45:39 -04:00
Родитель f58c5cc42c
Коммит 244d835ab7
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -31,6 +31,11 @@ html {
.app img {
width: 64px;
height: 64px;
pointer-events: none;
}
.app div {
pointer-events: none;
}
#noapps {