mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 01:02:44 +00:00
Add preference to grey out inactive windows in UI
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (not (-moz-windows-accent-color-in-titlebar)) and (not (-moz-windows-mica)) {
|
||||
@media (not (-moz-windows-accent-color-in-titlebar)) and (not (-moz-windows-mica)) and (-moz-bool-pref: 'zen.view.grey-out-inactive-windows') {
|
||||
transition: color var(--inactive-window-transition);
|
||||
&:-moz-window-inactive {
|
||||
color: var(--toolbox-textcolor-inactive);
|
||||
|
Reference in New Issue
Block a user