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
parent 06836e9d32
commit f1124b6d09

View File

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