Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

way to remove drop-down menu icons?

  • 1 resposta
  • 2 têm este problema
  • 2 visualizações
  • Última resposta por cor-el

more options

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.

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.

Todas as respostas (1)

more options

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; }