Search notes:

~/.mozilla/firefox/abcd5678.default/chrome/userChrome.css

The userChrome.css file allows to change some of FireFox's UI with CSS.
#urlbar, .searchbar-textbox {
  border: blue 5px solid !important; /* Horrible blue box */
  box-shadow: none !important;
}

See also

~/.mozilla/firefox/abcd5678.default

Index