mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-25 08:44:11 +00:00
Update CSS styles for window inactive state to use system colors for better integration
This commit is contained in:
@@ -54,12 +54,12 @@
|
||||
}
|
||||
|
||||
@media (-moz-windows-accent-color-in-titlebar) {
|
||||
background-color: var(--toolbox-bgcolor);
|
||||
color: var(--toolbox-textcolor);
|
||||
background-color: ActiveCaption;
|
||||
color: CaptionText;
|
||||
transition: background-color var(--inactive-window-transition);
|
||||
&:-moz-window-inactive {
|
||||
background-color: var(--toolbox-bgcolor-inactive);
|
||||
color: var(--toolbox-textcolor-inactive);
|
||||
background-color: InactiveCaption;
|
||||
color: InactiveCaptionText;
|
||||
}
|
||||
&::after {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user