This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 1 antwoord
  • 1 het hierdie probleem
  • 2 views
  • Laaste antwoord deur 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