SeaMonkey Browser FAQ

Last updated on May 25, 2007.

How do I change the background colour of the location bar, when visiting secure websites?

Add this script in your userChrome.css (See Editing Config Files):

#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container {
background-color: yourColor !important;

Replace "yourColor" to whatever colour you wish to use.

Maintainer: Asrail