add download icon in toolbar

This commit is contained in:
bmFtZQ 2021-03-16 19:07:06 +08:00 committed by GitHub
parent ea8e817a55
commit 59b2336c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 5 deletions

View file

@ -114,7 +114,16 @@
}
#appMenu-library-downloads-button, #downloads-button {
list-style-image: url(download.svg) !important;
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#downloads-indicator-icon {
background-image: url(download.svg#arrow) !important;
}
#downloads-indicator-progress-outer {
background-image: url(download.svg#default-bar) !important;
}
#downloads-indicator-progress-inner, #downloads-button[progress] > .toolbarbutton-badge-stack > #downloads-indicator-anchor > #downloads-indicator-progress-outer {
background-image: url(download.svg#progress-bar-fg) !important;
}
#PanelUI-fxa-menu-remotetabs-button, #appMenuRecentlyClosedTabs, #appMenu-library-remotetabs-button, #sync-button {