We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b8f7b commit 0869fa5Copy full SHA for 0869fa5
src/zen/common/styles/zen-browser-ui.css
@@ -121,6 +121,11 @@
121
z-index: 1;
122
}
123
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
+
129
@media -moz-pref('zen.view.grey-out-inactive-windows') {
130
transition: background-color var(--inactive-window-transition);
131
&:-moz-window-inactive {
0 commit comments