From 9ee8a872febdc829eee7859080ed4035defac028 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 25 Sep 2021 17:23:55 +0900 Subject: [PATCH] Fix: System Default Theme - Win 10 light's multi select color --- userChrome.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/userChrome.css b/userChrome.css index 9676647..cd9a325 100644 --- a/userChrome.css +++ b/userChrome.css @@ -347,6 +347,17 @@ :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]):not(:-moz-lwtheme) { --lwt-accent-color: var(--win-bgcolor) !important; } + #tabbrowser-tabs:not([movingtab]) + > #tabbrowser-arrowscrollbox + > .tabbrowser-tab + > .tab-stack + > .tab-background[multiselected]:not([selected]):not(:-moz-lwtheme) { + background-image: linear-gradient( + color-mix(in srgb, currentColor 11%, transparent), + color-mix(in srgb, currentColor 11%, transparent) + ), + linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important; + } } /*= Windows10 - Titlebar accent color ======================================*/