Change Progress Bar Colour

If you’re bored by the default colour of the progress bar in the status bar and for downloads, then why not change it!

You need to manually edit the userChrome.css file with you file find in your Profile Folder.

Simply add this code:

/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important;
}

And changeĀ #660000 to any HTML colour you want.

Some examples:

  • #333366, for blue
  • #660000, for wine
  • #996600, for gold
  • #FFCCCC, for pink
  • #9900FF, for sky blue
  • #006600, for green
If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!