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”.

Ďalšie informácie

How do I change the font used in the Location field?

  • 1 odpoveď
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

How do I change the font used in the "Location" field? about:config" has a LOT of font parms, but can't tell which one might be the right one.


This happened

Every time Firefox opened

== Forever

How do I change the font used in the "Location" field? about:config" has a LOT of font parms, but can't tell which one might be the right one. == This happened == Every time Firefox opened == Forever

Všetky odpovede (1)

more options

You can't do that via about:config.

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;
}

Upravil(a) cor-el dňa