mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: System Default Theme - Win10 accent color's tab separator
This commit is contained in:
parent
16016d5993
commit
941bbc9f80
1 changed files with 7 additions and 0 deletions
|
|
@ -530,6 +530,13 @@ menu[disabled="true"] {
|
|||
--panel-separator-color: var(--win-border-color) !important;
|
||||
}
|
||||
|
||||
@media (-moz-windows-accent-color-in-titlebar) {
|
||||
:root[tabsintitlebar]:not(:-moz-window-inactive, :-moz-lwtheme),
|
||||
:root[tabsintitlebar][lwt-default-theme-in-dark-mode]:not(:-moz-window-inactive) {
|
||||
--toolbarseparator-color: color-mix(in srgb, currentColor 20%, transparent) !important; /* As default */
|
||||
}
|
||||
}
|
||||
|
||||
/*- Menu -------------------------------------------------------------------*/
|
||||
html#main-window menupopup:not(:-moz-lwtheme) {
|
||||
--menu-color: var(--win-text-color) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue