Changing the background color when opening an image?
I just installed Firefox on my new Windows laptop, and when I open an image in a new tab the background around the image is a dark gray. On my old computer the background is white, which I much prefer. How do I change this setting?
Zvolené řešení
It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
It is added by this stylesheet:
- resource://gre/res/TopLevelImageDocument.css
You can look at this extension to set your preferred background color and remove the centering.
- Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
See also these forum threads for other solutions (e.g. userContent.css):
Přečíst dotaz v kontextu 👍 7Všechny odpovědi (3)
Zvolené řešení
It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
It is added by this stylesheet:
- resource://gre/res/TopLevelImageDocument.css
You can look at this extension to set your preferred background color and remove the centering.
- Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
See also these forum threads for other solutions (e.g. userContent.css):
Wow, thanks for the quick reply. That add on did exactly what I wanted.
You're welcome