Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 1 antwoord
  • 1 heeft dit probleem
  • 2 weergaven
  • Laatste antwoord van 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 ?

Alle antwoorden (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