Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How to change urlbar font size/color on linux firefox?

  • 1 resposta
  • 10 têm este problema
  • 16 visualizações
  • Última resposta de cor-el
  • Arquivado

I want to change the default size/colore in the urlbar of my linux firefox

I want to change the default size/colore in the urlbar of my linux firefox

Todas as respostas (1)

Add code to userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

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

#urlbar      .textbox-input-box {font-size:12pt!important; color: #000;}
#searchbar   .textbox-input-box {font-size:12pt!important; color: #000;}
#FindToolbar .textbox-input-box {font-size:12pt!important; color: #000;}

Alterado por cor-el em