Firefox 3.6 - btTooltip not working
Posted
by VANJ
on Super User
See other posts from Super User
or by VANJ
Published on 2010-04-16T21:02:22Z
Indexed on
2010/04/16
21:03 UTC
Read the original article
Hit count: 263
firefox-3.6
/* 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
© Super User or respective owner