summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-19 03:58:00 +0100
committerAndrew Dolgov <[email protected]>2006-05-19 03:58:00 +0100
commitcaa53a7cb1fb1a52daf561209ea4aaceb4578bfc (patch)
tree3dc961f25fcfe5f6b47b897b17b72f782853687b /functions.js
parentf3477b4056267d3ce041cbcb461ef07ce1ebddd1 (diff)
remove backend/error msg calls on iframe init, recolor notify error
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 2 insertions, 2 deletions
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";