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

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

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