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

This commit is contained in:
Fabrice Desré 2011-01-05 14:02:00 -05:00
Родитель bca8a8296d
Коммит c0ed8cee2d
3 изменённых файлов: 3 добавлений и 6 удалений

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

@ -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);

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

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

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

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