mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: System accent content - using highlight for field border #76
This commit is contained in:
parent
c8f6ad806c
commit
da33a2b963
2 changed files with 6 additions and 6 deletions
|
|
@ -19,9 +19,9 @@
|
|||
@include Option("userContent.page.proton_color.system_accent") {
|
||||
:host, :root {
|
||||
--in-content-primary-button-text-color: -moz-accent-color-foreground !important;
|
||||
--in-content-primary-button-background: -moz-accent-color !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, -moz-accent-color) !important;;
|
||||
--in-content-primary-button-background-active: color-mix(in srgb, black 20%, -moz-accent-color) !important;
|
||||
--in-content-primary-button-background: Highlight !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, Highlight) !important;
|
||||
--in-content-primary-button-background-active: color-mix(in srgb, black 20%, Highlight) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -772,9 +772,9 @@
|
|||
:host,
|
||||
:root {
|
||||
--in-content-primary-button-text-color: -moz-accent-color-foreground !important;
|
||||
--in-content-primary-button-background: -moz-accent-color !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, -moz-accent-color) !important;
|
||||
--in-content-primary-button-background-active: color-mix(in srgb, black 20%, -moz-accent-color) !important;
|
||||
--in-content-primary-button-background: Highlight !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, Highlight) !important;
|
||||
--in-content-primary-button-background-active: color-mix(in srgb, black 20%, Highlight) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue