搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Can I lighten the navigation bar so I can see my personas?

  • 1 回覆
  • 2 有這個問題
  • 8 次檢視
  • 最近回覆由 cor-el

more options

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.

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.

所有回覆 (1)

more options

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; }