mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-06 15:30:46 -08:00
Merge branch 'icon'
This commit is contained in:
commit
6f094ec3f4
1 changed files with 13 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;
|
||||
|
|
@ -607,6 +609,12 @@
|
|||
}
|
||||
|
||||
/* Panel - Main */
|
||||
#appMenu-proton-addon-banners > .addon-banner-item > .toolbarbutton-icon {
|
||||
display: -moz-inline-box !important;
|
||||
margin-inline-start: var(--arrowpanel-menuicon-padding);
|
||||
-moz-box-ordinal-group: 0 !important;
|
||||
}
|
||||
|
||||
#appMenu-proton-update-banner::before {
|
||||
content: url(chrome://browser/skin/whatsnew.svg);
|
||||
}
|
||||
|
|
@ -856,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