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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user