add download icon in toolbar
This commit is contained in:
parent
ea8e817a55
commit
59b2336c3b
2 changed files with 31 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue