Leider klappt es nicht. So sieht mein CSS-Code aus.
CSS
#PlacesToolbarItems > toolbarbutton[label="Privat"] > image {
display: none !important;
}
#PlacesToolbarItems > toolbarbutton[label="Privat"]::before {
margin-right: -2px !important;
margin-left: 0px !important;
content: '' !important;
display: block !important;
width: 19px !important;
height: 15px !important;
background-image: url("file:///F:/FavIcons/Letter-P-icon.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 0px !important;
background-size: 15px 15px !important;
}
Alles anzeigen
So rufe ich diese über die UserChrome.css auf:

