From caa53a7cb1fb1a52daf561209ea4aaceb4578bfc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 May 2006 03:58:00 +0100 Subject: remove backend/error msg calls on iframe init, recolor notify error --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index ef7910c71..3b5e64f70 100644 --- a/functions.js +++ b/functions.js @@ -111,8 +111,8 @@ function notify_real(msg, doc, no_hide, is_err) { } if (is_err) { - n.style.backgroundColor = "#ffaaaa"; - n.style.color = "white"; + n.style.backgroundColor = "#ffcccc"; + n.style.color = "black"; n.style.borderColor = "#ff0000"; } else { n.style.backgroundColor = "#fff7d5"; -- cgit v1.2.3