Skip to content

Commit 0869fa5

Browse files
committed
no-bug - Allow accent colors on the titlebar to be shown on windows 11, c=common, t=feat
1 parent 80b8f7b commit 0869fa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/zen/common/styles/zen-browser-ui.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@
121121
z-index: 1;
122122
}
123123

124+
@media (-moz-windows-accent-color-in-titlebar) and ((-moz-windows-mica) or -moz-pref('browser.theme.windows.accent-color-in-tabs.enabled')) {
125+
background: ActiveCaption;
126+
color: CaptionText;
127+
}
128+
124129
@media -moz-pref('zen.view.grey-out-inactive-windows') {
125130
transition: background-color var(--inactive-window-transition);
126131
&:-moz-window-inactive {

0 commit comments

Comments
 (0)