So, ...
CSS
/*Schutzmaßnahmen PopUp Text Aktiviert und Deaktiviert Farbe ändern*/
#protections-popup {
--popup-width: 51em;
}
[data-l10n-id="protections-panel-etp-on-header"] {
font-size: 0px !important;
height: 35px !important;
min-width: 500px !important;
max-width: 600px !important;
}
[data-l10n-id="protections-panel-etp-on-header"]::before {
padding-left: 110px !important;
content: "Verbesserter Schutz vor Aktivitätsverfolgung ist für diese Webeite " !important;
font-size: 12px !important;
}
#protections-popup-tp-switch-section > vbox:nth-child(1) > label:nth-child(1)::after{
padding-left: 220px !important;
content: " AKTIVIERT " !important;
color: green !important;
font-size: 18px !important;
font-weight: 700 !important;
}
[data-l10n-id="protections-panel-etp-off-header"] {
font-size: 0px !important;
height: 35px !important;
min-width: 500px !important;
max-width: 600px !important;
}
[data-l10n-id="protections-panel-etp-off-header"]::before {
padding-left: 110px !important;
content: "Verbesserter Schutz vor Aktivitätsverfolgung ist für diese Webeite " !important;
font-size: 12px !important;
}
#protections-popup-tp-switch-section > vbox:nth-child(1) > label:nth-child(2)::after{
padding-left: 220px !important;
content: " DEAKTIVIERT " !important;
color: red !important;
font-size: 18px !important;
font-weight: 700 !important;
}
panel .text-link:-moz-lwtheme {
color: limegreen !important;
padding-left: 185px !important;
}
Alles anzeigen
... passt es.
Nur die Farbe für den Link, die müss ich noch ändern.
Danke.
Nachtrag.
Nein leider nicht!!!
Den Code in die usereCrome.css eingetragen,
wird das Popup leiter nicht in gewünschter Breite angezeigt.
Blondi hat zugeschlagen!
Und war wieder einmal zu schnell!
Kann ja nicht funktionieren!