Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

way to remove drop-down menu icons?

  • 1 Antwort
  • 2 haben dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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; }