fix download progress indicator
This commit is contained in:
parent
e2a556101a
commit
76d21e0bcd
1 changed files with 5 additions and 2 deletions
|
@ -460,11 +460,14 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
@media (-moz-proton) {
|
@media (-moz-proton) {
|
||||||
/* Download Animation */
|
/* Download Animation */
|
||||||
#downloads-indicator-icon,
|
#downloads-indicator-icon,
|
||||||
#downloads-indicator-progress-outer,
|
#downloads-indicator-progress-outer {
|
||||||
#downloads-indicator-progress-inner {
|
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#downloads-indicator-progress-inner {
|
||||||
|
background: conic-gradient(var(--toolbarbutton-icon-fill-attention) var(--download-progress-pcent), transparent var(--download-progress-pcent)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
#downloads-indicator-start-image {
|
#downloads-indicator-start-image {
|
||||||
list-style-image: url(notification-start-animation.svg) !important;
|
list-style-image: url(notification-start-animation.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue