Mit Firefox 88 ist in der Url-Bar in einem leeren Tab nun die Weltkugel verschwunden.
Mein CSS:
CSS
/* ------------------------------------------------------ */
/* Anderes Icon für die Adressleiste + Deckkraft für Icon */
/* in Adress- und Suchleiste auf .6 geändert + Pfeil in */
/* Suchleiste ausgeblendet */
/* ------------------------------------------------------ */
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon {
list-style-image: url('chrome://mozapps/skin/places/defaultFavicon.svg') !important;
fill-opacity: .6 !important;
}
.searchbar-search-icon {
fill-opacity: .6 !important;
}
.searchbar-search-icon-overlay {
display: none;
}
Alles anzeigen
