mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-16 13:11:36 -08:00
Fix: Icons - Panel's update icon color, padding
This commit is contained in:
parent
48c17f313a
commit
da8e4c202b
2 changed files with 5 additions and 2 deletions
|
|
@ -8678,6 +8678,8 @@
|
|||
|
||||
#appMenu-proton-update-banner .toolbarbutton-text {
|
||||
margin-inline-start: 0 !important;
|
||||
padding-inline-start: 0 !important;
|
||||
/* FF v107 */
|
||||
}
|
||||
|
||||
#appMenu-multiView .subviewbutton::before,
|
||||
|
|
@ -8724,7 +8726,7 @@
|
|||
#appMenu-multiView .subviewbutton::before,
|
||||
#appMenu-proton-update-banner::before,
|
||||
#downloadsHistory .button-icon,
|
||||
.subviewbutton > image {
|
||||
.subviewbutton:not(#appMenu-proton-update-banner) > image {
|
||||
fill: currentColor !important;
|
||||
fill-opacity: var(--toolbarbutton-icon-fill-opacity) !important;
|
||||
-moz-context-properties: fill !important;
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
}
|
||||
#appMenu-proton-update-banner .toolbarbutton-text {
|
||||
margin-inline-start: 0 !important;
|
||||
padding-inline-start: 0 !important; /* FF v107 */
|
||||
}
|
||||
|
||||
#appMenu-multiView .subviewbutton::before,
|
||||
|
|
@ -80,7 +81,7 @@
|
|||
#appMenu-multiView .subviewbutton::before,
|
||||
#appMenu-proton-update-banner::before,
|
||||
#downloadsHistory .button-icon,
|
||||
.subviewbutton > image {
|
||||
.subviewbutton:not(#appMenu-proton-update-banner) > image {
|
||||
fill: currentColor !important;
|
||||
fill-opacity: var(--toolbarbutton-icon-fill-opacity) !important;
|
||||
-moz-context-properties: fill !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue