mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Fix: System Theme - Primary button's forground color at Windows 10 #343
This commit is contained in:
parent
4d740c101d
commit
c534700439
1 changed files with 5 additions and 2 deletions
|
|
@ -345,6 +345,7 @@ menu[disabled="true"] {
|
|||
--win-shorcut-text-color: #757575;
|
||||
--win-error-color: #b31616;
|
||||
--win-red-border-color: #ff4343;
|
||||
--win-accent-forground-color: -moz-accent-color-foreground;
|
||||
--win-accent-color: color-mix(in srgb, rgba(0, 0, 0, 0.8) 10%, -moz-accent-color);
|
||||
--win-accent-content-color: color-mix(in srgb, rgba(255, 255, 255, 0.8) 15%, -moz-accent-color);
|
||||
--win-accent-hover-color: color-mix(in srgb, rgba(255, 255, 255, 0.8) 27%, -moz-accent-color);
|
||||
|
|
@ -430,8 +431,6 @@ menu[disabled="true"] {
|
|||
--toolbar-field-background-color: var(--win-field-bgcolor) !important;
|
||||
--toolbar-field-focus-background-color: var(--win-field-bgcolor) !important;
|
||||
--tab-icon-overlay-stroke: var(--win-field-bgcolor) !important;
|
||||
--button-primary-color: var(--win-field-bgcolor) !important;
|
||||
--checkbox-checked-color: var(--win-field-bgcolor) !important;
|
||||
|
||||
/* Hover Background Color, Button Color */
|
||||
--menuitem-hover-background-color: var(--win-hover-bgcolor) !important;
|
||||
|
|
@ -466,6 +465,10 @@ menu[disabled="true"] {
|
|||
--input-border-color: var(--win-button-border) !important;
|
||||
--autocomplete-popup-separator-color: var(--win-button-border) !important;
|
||||
|
||||
/* Accent Forground Color */
|
||||
--button-primary-color: var(--win-accent-forground-color) !important;
|
||||
--checkbox-checked-color: var(--win-accent-forground-color) !important;
|
||||
|
||||
/* Accent Color */
|
||||
--button-primary-bgcolor: var(--win-accent-color) !important;
|
||||
--focus-outline-color: var(--win-accent-color) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue