- Firefox-Version
- 95.0.2
- Betriebssystem
- Win10 Home (64-Bit)
Hallo allen..
Kann man hier beim Menü > Ansicht > Leseansicht öffnen und Leseansicht beenden 2 verschiedene Icons nehmen?
Hier meine Code, funkt aber nur mit einem Icon.
CSS
menuitem[id="menu_readerModeItem"]:not([checked="true"], [icon], .menuitem-iconic){
background-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/Rechtsklick-Icons/reader-modeNo.png") !important;
margin-right: 3px !important;
margin-left: -32px !important;
content: '' !important;
display: block !important;
width: 19px !important;
height: 15px !important;
background-repeat: no-repeat !important;
background-position: 8px 3px !important;
padding-left: 32px !important;}
Alles anzeigen
Danke im Voraus.
Auch mit diesem Code werden für beide sofort das gleiche Icon übernommen:
CSS
menuitem[id="menu_readerModeItem"] {
background-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/Rechtsklick-Icons/reader-modeNo.png") !important;
margin-right: 3px !important;
margin-left: -32px !important;
content: '' !important;
display: block !important;
width: 19px !important;
height: 15px !important;
background-repeat: no-repeat !important;
background-position: 8px 3px !important;
padding-left: 32px !important;}
Alles anzeigen