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

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

  • 1 resposta
  • 2 têm este problema
  • 8 visualizações
  • Última resposta por 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.

Todas as respostas (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; }