Make the Firefox Awesome Bar Semi-Transparent Like Google Chrome

Posted by Matthew Guay on How to geek See other posts from How to geek or by Matthew Guay
Published on Fri, 04 Jun 2010 12:00:00 +0000 Indexed on 2010/06/05 6:03 UTC
Read the original article Hit count: 501

Filed under:
|

Would you like to make the Firefox Awesome Bar drop-down menu semi-transparent like in Google Chrome?  Here’s a quick trick that can make your Firefox Awesome Bar a bit more awesome.

When you type an address or search query into the address bar in Google Chrome, the drop-down list of history and search suggestions that appears is slightly transparent.  Nothing extreme, but it adds a nice touch.

sshot-2010-06-04-[12-59-18]

Firefox’s Awesome bar, on the other hand, is fully opaque by default.

sshot-2010-06-03-[15-26-42]

We can change that with a simple change.  Exit Firefox, then open your Firefox profile folder by entering the following in the address bar in Explorer or in the Run command:

%appdata%\Mozilla\Firefox\Profiles\

Open the default folder, and then open the Chrome folder in it.

sshot-2010-06-03-[16-04-43]

Now, open the userChrome.css file in an editor such as Notepad.  If you do not have a userChrome.css file, open the userChrome-example.css file instead.

sshot-2010-06-03-[16-05-53]

Now, add the following to the end of the file:

#PopupAutoCompleteRichResult[type="autocomplete-richlistbox"]
{
    opacity: 0.9 !important;
}

You can change the opacity value, but 0.9 seemed the closest to Chrome’s transparency while keeping the text readable.

Save the file as userChrome.css in that same folder.  If you’re editing with Notepad, make sure to select to save as All Files so the file won’t be saved with a .txt extension.

sshot-2010-06-03-[23-51-30]

Open Firefox, and now your Awesome Bar’s drop-down list will be transparent.  Actually, it may look even more awesome than Google Chrome’s address bar!

sshot-2010-06-04-[00-01-17]

Conclusion

With this simple trick, you can make your Firefox Awesome bar a bit more awesome.  With tweaks like this, it’s no wonder Firefox is still so popular.

Special thanks to Daniel Spiewak for the tip!


Got an opinion to share? Click here to join the discussion

Similar Articles Productive Geek Tips
Latest Software Reviews Tinyhacker Random Tips


© How to geek or respective owner

Related posts about firefox

Related posts about Google Chrome