From b7eb21139a5a8a1889b826aeb4590e2b080504c9 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 17 Mar 2011 12:18:42 -0400 Subject: [PATCH] Fix some horrible color clashes in ErrorMsgs. --- common/modules/config.jsm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 496ab38d..2aedd70e 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -644,6 +644,10 @@ var ConfigBase = Class("ConfigBase", { padding-right: 13px; } + ErrorMsg HelpEx color: inherit; background: inherit; text-decoration: underline; + ErrorMsg HelpKey color: inherit; background: inherit; text-decoration: underline; + ErrorMsg HelpOption color: inherit; background: inherit; text-decoration: underline; + ErrorMsg HelpTopic color: inherit; background: inherit; text-decoration: underline; HelpTOC HelpTOC>ol ol margin-left: -1em;