搜索 | 用户支持

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

详细了解

Firefox 66 CSS to set identity-box colour for secure connection

  • 1 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 sniloc

more options

Up to version 65 I had settings in userChrome.css to set the identity box yellow for verified secure connections :

  1. identity-box.verifiedIdentity,
  2. identity-box.verifiedDomain,
  3. identity-box.mixedActiveBlocked {
  background-color: rgb(255,255,130) !important;

}

but this no longer works in version 66. Any idea what I need to change to get the behaviour back again ?

Up to version 65 I had settings in userChrome.css to set the identity box yellow for verified secure connections : #identity-box.verifiedIdentity, #identity-box.verifiedDomain, #identity-box.mixedActiveBlocked { background-color: rgb(255,255,130) !important; } but this no longer works in version 66. Any idea what I need to change to get the behaviour back again ?

所有回复 (1)

more options

Aargh : the description has been reformatted, and changed the lines of code to a numbered list !!

Each line in the userChrome.css file actually starts with hash-sign, not a number : see attached picture