Bug 1205338 - Make system app iframe non-selectable. r=fabrice

User could long-press on the splash screen during boot process to select
the iframe of the system app. Make the iframe non-selectable to avoid
display the blue carets.
This commit is contained in:
Ting-Yu Lin 2015-10-12 20:39:00 +02:00
parent 4ab604a26c
commit f8e0941874

View File

@ -26,6 +26,7 @@ iframe {
right: 0;
bottom: 0;
z-index: 1;
-moz-user-select: none;
}
%ifdef MOZ_GRAPHENE