Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

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 odpoveď
  • 32 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od 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.

Všetky odpovede (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;}