From 7ea68599ff4c269227b19ba9e8664e0816d01d5e Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Wed, 15 Oct 2003 18:33:08 +0000 Subject: [PATCH] fix thunderbird compose bustage from bug 142163 checkin --- mail/app/profile/all.js | 1 + mail/app/profile/thunderbird.js | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/app/profile/all.js b/mail/app/profile/all.js index 75f12062f227..82e4da8af4f8 100644 --- a/mail/app/profile/all.js +++ b/mail/app/profile/all.js @@ -92,6 +92,7 @@ pref("browser.display.force_inline_alttext", false); // true = force ALT text fo pref("browser.display.normal_lineheight_calc_control", 2); pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken pref("browser.anchor_color", "#0000EE"); +pref("browser.active_color", "#EE0000"); pref("browser.visited_color", "#551A8B"); pref("browser.underline_anchors", true); pref("browser.blink_allowed", true); diff --git a/mail/app/profile/thunderbird.js b/mail/app/profile/thunderbird.js index 75f12062f227..82e4da8af4f8 100644 --- a/mail/app/profile/thunderbird.js +++ b/mail/app/profile/thunderbird.js @@ -92,6 +92,7 @@ pref("browser.display.force_inline_alttext", false); // true = force ALT text fo pref("browser.display.normal_lineheight_calc_control", 2); pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken pref("browser.anchor_color", "#0000EE"); +pref("browser.active_color", "#EE0000"); pref("browser.visited_color", "#551A8B"); pref("browser.underline_anchors", true); pref("browser.blink_allowed", true);