Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

way to remove drop-down menu icons?

  • 1 odgovor
  • 2 imaju ovaj problem
  • 2 prikaza
  • Posljednji odgovor od 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.

Svi odgovori (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; }