1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 08:05:56 +00:00

remove backend/error msg calls on iframe init, recolor notify error

This commit is contained in:
Andrew Dolgov
2006-05-19 03:58:00 +01:00
parent f3477b4056
commit caa53a7cb1
3 changed files with 9 additions and 10 deletions

View File

@@ -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";