Add: Download Panel - Icons

This commit is contained in:
alstjr7375 2021-06-02 10:45:47 +09:00
parent 3d641e400e
commit 5583aece75

View file

@ -563,6 +563,7 @@
--arrowpanel-menuimageblank-padding: calc(var(--arrowpanel-menuitem-padding) - 2px) !important;
}
#downloadsHistory .button-text,
.subviewbutton > .toolbarbutton-text {
padding-inline-start: var(--arrowpanel-menuicon-padding) !important;
}
@ -600,6 +601,7 @@
/* Icons Color */
#appMenu-multiView .subviewbutton::before,
#appMenu-proton-update-banner::before,
#downloadsHistory .button-icon,
.subviewbutton > image {
fill: currentColor !important;
fill-opacity: var(--toolbarbutton-icon-fill-opacity) !important;
@ -862,6 +864,11 @@
list-style-image: url(chrome://browser/skin/downloads/downloads.svg);
}
/* Panel - Downloads */
#downloadsHistory {
list-style-image: url(chrome://browser/skin/downloads/downloads.svg);
}
/* Toolbar - Overflow Menu */
#overflowMenu-customize-button {
list-style-image: url(chrome://browser/skin/customize.svg);