mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Re-implement custom background color of standalone images.
This resolves #717. Note: this does not affect other applications because the platform default is to use the "darknoise" background image for standalone image, which effectively overrides a bg color.
This commit is contained in:
parent
3b27dfb5e3
commit
9531d12c10
3 changed files with 23 additions and 0 deletions
|
|
@ -273,6 +273,9 @@ pref("browser.display.show_image_placeholders", true);
|
|||
pref("browser.display.show_loading_image_placeholder", false);
|
||||
// min font device pixel size at which to turn on high quality
|
||||
pref("browser.display.auto_quality_min_font_size", 20);
|
||||
// Background color for standalone images; leave empty to use default
|
||||
// all CSS colors available: named colors, rgb(..), #rrggbb, ...
|
||||
pref("browser.display.standalone_images.background_color", "");
|
||||
pref("browser.anchor_color", "#0000EE");
|
||||
pref("browser.active_color", "#EE0000");
|
||||
pref("browser.visited_color", "#551A8B");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue