way to remove drop-down menu icons?
i just installed an add-on )FoxReplace) and it puts an icon in the menu (Tools section). it really bothers me because it sticks out like a sore thumb and since i use that add-on to block words i dont like seeing, it ends up reminding me of the words since when i go into the menu, i see the icon and it distracts me. here is a picture of what i mean: http://img269.imageshack.us/img269/319/ffmenu.jpg
i already went into the about: config and toggled the icon options to false and made the size 0, doesnt do anything.
Opaite Mbohovái (1)
Add code to userChrome.css below the default @namespace line.
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #toolbar-menubar menuitem .menu-iconic-icon { display:none!important; }