Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

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 wotmołwa
  • 32 ma tutón problem
  • 2 napohladaj
  • Poslednja wotmołwa wot 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.

Wšě wotmołwy (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;}