- Firefox-Version
- 113.0
- Betriebssystem
- Win 11 Home 64bit
Hallo
Ich habe u.a. dieses Script.
CSS
/************************** TAB THROBBER NEUES ICON *****************************/
/*AGENT_SHEET*/
.tab-throbber[busy],
.tab-throbber[progress] {
width: 16px !important;
height: 22px !important;
animation: unset !important;
-moz-context-properties: unset !important;
fill: unset !important;
animation: unset !important;
opacity: unset !important;
animation: unset !important;
}
.tab-throbber[busy] {
background-image: url("file:///C:/Users/Wolf/Documents/Firefox Lesez Icons/pfeile00262.gif") !important;
}
.tab-throbber-fallback[busy] {
list-style-image: url("file:///C:/Users/Wolf/Documents/Firefox Lesez Icons/pfeile00262.gif.gif") !important;
}
.tab-throbber[progress]{
background-image: url("file:///C:/Users/Wolf/Documents/Firefox Lesez Icons/pfeile00262.gif.gif") !important;
}
.tab-throbber-fallback[progress] {
list-style-image: url("file:///C:/Users/Wolf/Documents/Firefox Lesez Icons/pfeile00262.gif.gif") !important;
}
Alles anzeigen
Es funktioniert nicht mehr richtig. Es kommen die Pfeile und die zwei tanzende Punkte. Bei längeren laden gehen die Pfeile ganz weg. Was muß geändert werden.
Danke schon mal hwww