Hallo
Habe hierzu noch eine Frage:
Habe zwei Profile eins "normal" mit dem ich auch jetzt im Netz bin und eins "Facebook" mit dem ich nur auf FB bin. Habe in beiden Profile in "userChrome.css" diesen Code:
CSS
/******************** Nummerierung der installierten Erweiterungen **********************/
body {
counter-reset: section;
}
#main > div:nth-child(1) > addon-list:nth-child(1) > section:nth-child(2) > addon-card:nth-child(n+2) > div:nth-child(1) > div:nth-child(2)::before,
#main > div:nth-child(1) > addon-list:nth-child(1) > section:nth-child(3) > addon-card:nth-child(n+2) > div:nth-child(1) > div:nth-child(2)::before {
font-size: 18px !important;
color: magenta !important;
font-weight: bold !important;
counter-increment: section;
content: counter(section, decimal-leading-zero)".) ";
margin-left: -8px !important;
padding-right: 8px !important;
margin-top: 4px !important;
}
addon-list addon-card > .addon.card {
width: 700px;
}
Alles anzeigen
In "normal" werden die Nummern vor den Add-ons angezeigt und bei "Facebook" nicht. Muss da noch irgendwas in about:config umgestellt oder eingestellt werden?
Danke im voraus hwww