mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 13:53:19 +00:00
no-bug - Allow accent colors on the titlebar to be shown on windows 11, c=common, t=feat
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user