Bug 605253 - beta feedback form unusable on Samsung Vibrant Android phone in vertical orientation [r=mfinkle,mbrubeck]

This commit is contained in:
Vivien Nicolas 2010-10-28 01:41:19 +02:00
parent 81130c0a76
commit 47c1b48a88

View File

@ -397,6 +397,14 @@ toolbarbutton.choice-remotetabs {
outline: 0 !important;
}
/*
* These rules prevent browser to steal the focus while touching the screen
* to allow panning/zooming of the browser view without closing the VKB
*/
#content-stack > deck > browser {
-moz-user-focus: ignore;
}
/* browser tools panel UI ------------------------------------------------ */
.panel-header {
margin: 0;