mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Add: Download Panel - Icons
This commit is contained in:
parent
3d641e400e
commit
5583aece75
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue