- Firefox-Version
- Firefox 112.0
- Betriebssystem
- Windows10 x64
Im aktuellen Nightly reagiert der Selektor für "Alle Lesezeichen öffnen" nicht, egal welche Auswahl ich nehme. kann das mal bitte geprüft werden, das war das Letzte was ich probiert habe.
CSS
/* Alle Lesezeichen öffnen */
#placesContext_open [data-l10n-id="places-open-all-bookmarks"]::before {
margin-right: 10px !important;
margin-left: -28px !important;
padding-right: 5px !important;
content: '' !important;
display: block !important;
width: 19px !important;
height: 15px !important;
background-file: url("file:///C:/FoxIcons/0819.png") !important;
background-repeat: no-repeat !important;
background-position: 4px 0px !important;
background-size: 15px 15px !important;
}
Alles anzeigen