Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

The font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.

  • 1 ответ
  • 32 имеют эту проблему
  • 2 просмотра
  • Последний ответ от cor-el

more options
  1. Question

Since Firefox last updated to a new version, the font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.

# Question Since Firefox last updated to a new version, the font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.

Все ответы (1)

more options

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

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

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

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