Du kannst ja mal dieses "Paket" testen...
CSS
/* animierte Downloadanzeige */
#downloads-indicator-progress-outer { /* Strich unten im Ruhezustand */
fill: rgb(0,200,0) !important;
}
#downloads-indicator-progress-inner { /* Strich unten beim Download - Füllfarbe */
fill: rgb(0,200,0) !important;
}
#downloads-button[indicator="true"]:not([attention="success"]) #downloads-indicator-icon { /* Pfeil im Ruhezustand! */
fill: rgb(0,200,0) !important;
}
#downloads-notification-anchor[notification="start"] > #downloads-indicator-notification { /* "hüpfender" Pfeil beim Download-Start */
fill: red !important;
}
#downloads-button[progress="true"] #downloads-indicator-anchor #downloads-indicator-icon { /* Pfeil beim Download */
fill: #FFCC00 !important;
}
#downloads-button { /* Pfeil nach erfolgreichem Download */
--toolbarbutton-icon-fill-attention: rgb(0,200,0) !important;
}
Alles anzeigen


