mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: System Default Theme - Win10's photon style context bar color
This commit is contained in:
parent
27c5babd1d
commit
cf2d8291ef
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,6 @@
|
|||
--autocomplete-popup-hover-background: var(--win-button-hover-bgcolor) !important;
|
||||
|
||||
/* Button Border Color */
|
||||
--tab-line-color: var(--win-button-border) !important;
|
||||
--checkbox-border-color: var(--win-button-border) !important;
|
||||
--input-border-color: var(--win-button-border) !important;
|
||||
--autocomplete-popup-separator-color: var(--win-button-border) !important;
|
||||
|
|
@ -435,6 +434,7 @@
|
|||
--input-error-border-color: var(--win-error-color) !important;
|
||||
|
||||
/* Others */
|
||||
--tab-line-color: Highlight !important;
|
||||
--tab-selected-bgcolor: unset !important;
|
||||
--tabs-border-color: transparent !important;
|
||||
--checkbox-checked-border-color: transparent !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue