Bug 528472 - Hide tooltips in desktop Fennec builds [r=mfinkle]
--- a/mobile/chrome/content/browser.xul
+++ b/mobile/chrome/content/browser.xul
@@ -523,9 +523,11 @@
</stack>
<box>
<html:div style="position: relative; overflow: -moz-hidden-unscrollable; max-width: 0px; max-height: 0px; visibility: hidden;">
<html:div id="browsers" style="position: absolute;"/>
</html:div>
</box>
+ <tooltip default="true" id="default-tooltip"/>
+
</window>
--- a/mobile/themes/hildon/platform.css
+++ b/mobile/themes/hildon/platform.css
@@ -59,16 +59,20 @@ label {
/* Override any OS inverse themes */
richlistbox,
textbox {
color: black;
background-color: white;
}
+#default-tooltip {
+ visibility: hidden; /* disabled in Fennec */
+}
+
/* textboxes --------------------------------------------------------------- */
textbox:not([type="number"]) {
min-height: 48px;
border: 3px solid #262629;
-moz-border-radius: 8px;
-moz-border-top-colors: -moz-initial;
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;