/* Show active colors on main menu bar */
#TabsToolbar,
#TabsToolbar toolbarbutton:not(:hover):not(:active),
.titlebar-color,
.browser-titlebar {
	background: AccentColor !important;
	color: AccentColorText !important;
	fill: AccentColorText !important;
	--toolbarbutton-icon-fill: AccentColorText
}

#TabsToolbar:-moz-window-inactive,
#TabsToolbar toolbarbutton:not(:hover):not(:active):-moz-window-inactive,
.titlebar-color:-moz-window-inactive,
.browser-titlebar:-moz-window-inactive {
	background: unset !important;
	color: unset !important;
	fill: unset !important;
	transition: none !important;
	--toolbarbutton-icon-fill: unset
}