Bug 623063 - Remove useless <tooltip> from browser.xul

This commit is contained in:
Fabrice Desré 2011-01-05 14:02:00 -05:00
parent 8b21428d9d
commit 782ea1cf57
3 changed files with 3 additions and 6 deletions

View File

@ -554,4 +554,7 @@ pref("layers.acceleration.disabled", true);
#endif
pref("notification.feature.enabled", true);
// prevent tooltips from showing up
pref("browser.chrome.toolbar_tips", false);
pref("indexedDB.feature.enabled", false);

View File

@ -688,6 +688,4 @@
</hbox>
</stack>
<tooltip default="true" id="default-tooltip"/>
</window>

View File

@ -72,10 +72,6 @@ textbox {
background-color: white;
}
#default-tooltip {
visibility: hidden; /* disabled in Fennec */
}
/* textboxes --------------------------------------------------------------- */
textbox:not([type="number"]) {
min-height: @textbox_height@;