Und noch mal ich an die lieben "Fachleute",
seit dem update auf FF129 geht die Kreisanimation für ladende Tabs nicht mehr. Könnte vielleicht mal jemand schauen, was da los ist ?
Habe dazu folgendes in meiner userchrome.css:
CSS
/*Tab Animation drehender Kreis*/
/* Remove the throbber */
.tab-throbber{ background-image: none !important; }
/* TAB ANIMATION: LOADING PROGRESS LINE INDICATOR */
.tab-throbber[busy]::before {
background-image: url("chrome://global/skin/icons/loading.png") !important;
animation: unset !important;
}
/*.tab-throbber[busy]:not([progress])::before {
filter: grayscale(0%) !important;
}*/
@media (min-resolution: 2dppx) {
.tab-throbber[busy]::before {
background-image: url("chrome://global/skin/icons/loading@2x.png") !important;
}
}
Alles anzeigen
Danke schonmal,
Gruß
Michael (mkpcxxl)