搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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