/* Hide tooltips on toolbar bookmarks */
#btTooltip { display: none !important; }

I was using this CSS snipppet to suppress tooltips on bookmark toolbar items and it stopped working after FF 3.6

Is there a new CSS selector for this? I don't want to set config entry browser.chrome.toolbar_tips=false because that is too broad.

Help? Thanks

link|improve this question

0% accept rate
feedback

1 Answer

Looks like the selector has been changed to bhTooltip instead of btTooltip! Wonder why, btTooltip implies "bookmark toolbar tooltip", not sure what bhTooltip means. Oh well, it works now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.