Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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 risposta
  • 32 hanno questo problema
  • 2 visualizzazioni
  • Ultima risposta di 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.

Tutte le risposte (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;}