12-30-2024 12:00 PM
If I enlarge the image embedded in this post by clicking on the glyph, the background area changes from white to grey.
12-31-2024 09:36 AM
Hi @altenbach
I don't see that. What browser are you on?
Thank you!
Mark
12-31-2024 10:08 AM
Chrome/windows and chrome/Android. Same!
12-31-2024 10:15 AM
01-01-2025 02:45 AM
I see the gray background as well (Firefox 133 on Windows 10). The pixels in the image are set as transparent and it looks like in the popup the img tag has class="transparent" and resource://content-accessible/TopLevelImageDocument.css has the following for that class, where the gray comes from:
img.transparent {
color: #222;
background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png");
}
I haven't dug around more than that, but I guess something along these lines might work:
https://old.reddit.com/r/FirefoxCSS/comments/sroafg/permanently_applying_changes_to_browsers_css/