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) {
|
||||
/* Download Animation */
|
||||
#downloads-indicator-icon,
|
||||
#downloads-indicator-progress-outer,
|
||||
#downloads-indicator-progress-inner {
|
||||
#downloads-indicator-progress-outer {
|
||||
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 {
|
||||
list-style-image: url(notification-start-animation.svg) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue