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“.

Learn More

Can I lighten the navigation bar so I can see my personas?

  • 1 Antwort
  • 2 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von cor-el

more options

I love the personas on Firefox. I have Firefox 4 operating on Windows Vista and my personas are covered up with the entry fields on my toolbars. Is there a way for me to make these bars more opaque so that they are still there but that I can see my personas? Any suggestions would be helpful.

I love the personas on Firefox. I have Firefox 4 operating on Windows Vista and my personas are covered up with the entry fields on my toolbars. Is there a way for me to make these bars more opaque so that they are still there but that I can see my personas? Any suggestions would be helpful.

Alle Antworten (1)

more options

You can try to add this code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container, #search-container { opacity: 0.7 !important; }