Change Firefox progress bar color
By Percy Cabello
To change the default color of Firefox’s progress bar (in the status bar and the Download window), enter this code in you userChrome.css file locate in your profile folder.
/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important;
}
To set your favorite color, change the RGB code (#660000). For example, enter:
- #333366, for blue
- #660000, for wine
- #996600, for gold
- #FFCCCC, for pink
- #9900FF, for sky blue
- #006600, for green
Check more RGB color codes here.
Comments
Bob
January 11, 2007 3:31 pm
In my world #9900FF is more of a purple than a sky blue.
It’s too bad the progress bar now becomes a solid line instead of the default boxes though. Any clues on how to keep the default look, but with a different colour?
Fx Tweak: Changing Progress Bar Color « Firefox Extension Guru’s Blog
March 11, 2007 3:31 pm
[...] Mozilla Links [...]

David Naylor
Would be great to see a screenshot of what this looks like! :)
Reply