Une petite astuce pour la personnalisation de la barre de status de Firefox :

Editer le fichier /<profile>/Chrome/userChrome.css

@@

/* Change status bar text color/size */

#status-bar {-moz-appearance: none !important;
  color: brown; font: 10pt Arial; !important;
  }

/* Statusbar override display of default text color & bg */

  window statusbarpanel {
  -moz-appearance  : none !important;
  border-top: 1px solid ThreeDShadow;
  border-left: 2px solid ThreeDHighlight;
  border-right: 2px solid ThreeDHighlight;
  border-bottom: 1px;
  color: white !important;
  min-height: 22px;
  background-color: #000000;
  }

@@

Franchement très utile lorsqu'on installe un thème qui nous fait du ton sur ton !! pour lire les url visitées ce n'est pas vraiment pratique ;)