If you want to change the color of progress bar, please follow the steps.
- Open your chrome folder. If you don't know where that is, read this: http://kb.mozillazine.org/Profile_folder_-_Firefox Once you're in the profile folder, open the chrome folder :)
- Make a new file called userChrome.css
- Paste the following code into that file (be sure to replace YOURCOLORHERE):
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tab-progress > .progress-bar { background-color: YOURCOLORHERE !important; }
If you are not sure how to type a color, check this out.
- Restart Firefox.
0 comments
Post a Comment