mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Addon.org - Color compatibility
This commit is contained in:
parent
04dadd0c30
commit
d597306b04
1 changed files with 5 additions and 2 deletions
|
|
@ -586,8 +586,7 @@
|
|||
filter: hue-rotate(330deg) brightness(1.3) !important;
|
||||
}
|
||||
.SecondaryHero-module-icon {
|
||||
-moz-context-properties: fill, fill-opacity !important;
|
||||
fill: currentColor !important;
|
||||
filter: invert(85%) !important;
|
||||
}
|
||||
.Icon-magnifying-glass,
|
||||
.Notice-icon {
|
||||
|
|
@ -612,6 +611,10 @@
|
|||
.AutoSearchInput-query:is(:hover, :focus) {
|
||||
border-color: var(--in-content-primary-button-background) !important;
|
||||
}
|
||||
.AutoSearchInput-query:focus {
|
||||
box-shadow: inset 0 0 0 1px var(--in-content-primary-button-background),
|
||||
0 0 0 1px var(--in-content-primary-button-background), 0 0 0 4px rgba(0, 211, 255, 0.3) !important;
|
||||
}
|
||||
|
||||
.PromotedBadge-link--line {
|
||||
border-color: var(--in-content-deemphasized-text) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue