How to Change the Color of the Loading Bar
You may, or may not enjoy the default loading bar color for Firefox 3. If you may want to change it, you may do so using the following option:
1. Locate the userChrome.css file in your profile folder (more information may be found here).
2. Add the following code to the userChrome.css file:
/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important; }
3. You may change the color in bold to your prefered color. You may see the colors here.



Digg
Stumble
Reddit
Delicious
