17 Apr
Posted by Guest as Computers, Firefox Tips, The Web
Here’s another cool tweak by adding a few things in your userChrome.css file. While it doesn’t really affect Firefox performance, it’s another tweak to make your Firefox browser, your own.
Here’s how to change the progress bar’s color:
/* Progress bar color */ .progress-bar { -moz-appearance: none !important; background-color: #XXXXXX !important; }
