Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE

--HG--
extra : rebase_source : 8df41dfd167b3150e053a23d5ef6f861f3d008f2
This commit is contained in:
Carsten "Tomcat" Book 2015-11-19 16:26:31 +01:00
Родитель 247815b76a
Коммит f135ef8eb3
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -14,7 +14,7 @@
*/
:-moz-native-anonymous .highlighter-container {
position: fixed;
position: absolute;
width: 100%;
height: 100%;
/* The container for all highlighters doesn't react to pointer-events by

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

@ -511,12 +511,12 @@ div:-moz-native-anonymous.moz-selectioncaret-right.hidden > div {
visibility: hidden;
}
/* Custom content container in the CanvasFrame, positioned on top of everything
else, not reacting to pointer events. */
/* Custom content container in the CanvasFrame, fixed positioned on top of
everything else, not reacting to pointer events. */
div:-moz-native-anonymous.moz-custom-content-container {
pointer-events: none;
-moz-top-layer: top;
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;