From 0869fa55bb9f0c7029414005f60436610e486539 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 1 Jun 2025 15:47:54 +0200 Subject: [PATCH] no-bug - Allow accent colors on the titlebar to be shown on windows 11, c=common, t=feat --- src/zen/common/styles/zen-browser-ui.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/zen/common/styles/zen-browser-ui.css b/src/zen/common/styles/zen-browser-ui.css index 39b847765..033fc4bac 100644 --- a/src/zen/common/styles/zen-browser-ui.css +++ b/src/zen/common/styles/zen-browser-ui.css @@ -121,6 +121,11 @@ z-index: 1; } + @media (-moz-windows-accent-color-in-titlebar) and ((-moz-windows-mica) or -moz-pref('browser.theme.windows.accent-color-in-tabs.enabled')) { + background: ActiveCaption; + color: CaptionText; + } + @media -moz-pref('zen.view.grey-out-inactive-windows') { transition: background-color var(--inactive-window-transition); &:-moz-window-inactive {