Can I lighten the navigation bar so I can see my personas?
I love the personas on Firefox. I have Firefox 4 operating on Windows Vista and my personas are covered up with the entry fields on my toolbars. Is there a way for me to make these bars more opaque so that they are still there but that I can see my personas? Any suggestions would be helpful.
All Replies (1)
You can try to add this code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #urlbar-container, #search-container { opacity: 0.7 !important; }