- Firefox-Version
- 95.0
- Betriebssystem
- Win10 Home (64-Bit)
Hallo allen..
Es geht um den reload und stop buttons..
Ich hab die Icons geänder mit dieser code, aber die original-icons werden wenn sie aktiv sind auch angezeigt.
also mit list-style-image: none !important; werden sie nicht entfernt, wenn es die seite neuladet.
bitte um hilfe.
Danke.
und hier die code.
CSS
#reload-button {
list-style-image: none !important;
background: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/afreload1.png") !important;
background-repeat: no-repeat !important;
background-position: 5px 5px !important;
background-size: 20px 20px !important;
margin-bottom: -4px !important;
}
#stop-button {
list-style-image: none !important;
background: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/afstop1.png") !important;
background-repeat: no-repeat !important;
background-position: 5px 5px !important;
background-size: 20px 20px !important;
margin-bottom: -4px !important;
}
Alles anzeigen
und hier die icons, hab extra die ecken rot gemacht damit man es hier sieht.