mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 13:05:55 +00:00
gracube updates, code cleanup
This commit is contained in:
14
functions.js
14
functions.js
@@ -130,13 +130,15 @@ function notify_real(msg, doc, no_hide, is_err) {
|
||||
}
|
||||
|
||||
if (is_err) {
|
||||
n.style.backgroundColor = "#ffcccc";
|
||||
n.style.color = "black";
|
||||
n.style.borderColor = "#ff0000";
|
||||
n.className = "notifyError";
|
||||
// n.style.backgroundColor = "#ffcccc";
|
||||
// n.style.color = "black";
|
||||
// n.style.borderColor = "#ff0000";
|
||||
} else {
|
||||
n.style.backgroundColor = "#fff7d5";
|
||||
n.style.borderColor = "#d7c47a";
|
||||
n.style.color = "black";
|
||||
n.className = "notify";
|
||||
// n.style.backgroundColor = "#fff7d5";
|
||||
// n.style.borderColor = "#d7c47a";
|
||||
// n.style.color = "black";
|
||||
}
|
||||
|
||||
// msg = "<img src='images/live_com_loading.gif'> " + msg;
|
||||
|
||||
Reference in New Issue
Block a user