Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 1 has this problem
  • 2 views
  • Last reply by 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 ?

All Replies (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