can't customize remote content warning anymore after last update
just updated to 128.2.0esr, the custom userChrome.css is not applied anymore and I got back to see the ugly yellow warning instead of the muted grey one I overridden in the css, that always worked so nicely
@namespace html url("http://www.w3.org/1999/xhtml"); html|div.container.infobar[role="alert"] {
background-color: grey !important; height: 20px;
}
was there a hidden update to how that file is handled?
(the about:config toolkit.legacyUserProfileCustomizations.stylesheets is still set to true)