Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

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

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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 ?

Krejt Përgjigjet (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