Firefox 66 CSS to set identity-box colour for secure connection
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 ?
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)
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