How to change urlbar font size/color on linux firefox?
I want to change the default size/colore in the urlbar of my linux firefox
I want to change the default size/colore in the urlbar of my linux firefox
Todas as respostas (1)
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; color: #000;}
#searchbar .textbox-input-box {font-size:12pt!important; color: #000;}
#FindToolbar .textbox-input-box {font-size:12pt!important; color: #000;}
Alterado por cor-el em