Habe nun das CSS etwas umgeschrieben.
CSS
.plain {
padding-bottom: 2px !important;
}
#identity-box[pageproxystate="valid"].localResource #identity-icon {
display: none !important;
}
#identity-box[pageproxystate="valid"].localResource #faviconid {
margin-left: 1px !important;
margin-right: 1px !important;
margin-bottom: 1px !important;
}
#identity-box[pageproxystate="valid"].localResource::after {
content: "Firefox"!important;
padding-left: -5px !important;
}
#identity-box[pageproxystate="valid"].localResource {
margin-right: 8px !important;
padding-right: 34px;
}
Alles anzeigen
Jedoch bin ich noch immer nicht dahintergekommen, wie ich ein Symbol hinter den Text bekomme.
#identity-box[pageproxystate="valid"].localResource #faviconid::after geht nicht!
Es muss doch einen Trick geben. Grrr. ![]()