mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 14:30:50 -08:00
Fix: Addon.org - Button, permission icon
This commit is contained in:
parent
e050934156
commit
8499f807ee
1 changed files with 6 additions and 4 deletions
|
|
@ -379,7 +379,8 @@
|
|||
.Select,
|
||||
.Button--neutral,
|
||||
.Button--neutral:link,
|
||||
.Notice-button {
|
||||
.Notice-button,
|
||||
.AMInstallButton .AMInstallButton-loading-button {
|
||||
background-color: var(--in-content-button-background) !important;
|
||||
}
|
||||
.Button--neutral.Button--micro:not(.Button--disabled):hover,
|
||||
|
|
@ -441,12 +442,13 @@
|
|||
.Notice-icon {
|
||||
filter: invert(65%) !important;
|
||||
}
|
||||
.PermissionsCard-learn-more .Icon,
|
||||
.Permission .Icon {
|
||||
filter: invert(100%) !important;
|
||||
}
|
||||
.Icon-heart {
|
||||
filter: brightness(0) !important;
|
||||
}
|
||||
.Permission .Icon {
|
||||
filter: grayscale(100%) brightness(30) !important;
|
||||
}
|
||||
|
||||
/* Others */
|
||||
.DropdownMenu-items {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue