mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 07:15:55 +00:00
remove yellow bg in notify
This commit is contained in:
@@ -59,10 +59,10 @@ function p_notify(msg) {
|
||||
|
||||
if (msg == "") {
|
||||
nb.innerHTML = " ";
|
||||
n.style.background = "#ffffff";
|
||||
// n.style.background = "#ffffff";
|
||||
} else {
|
||||
nb.innerHTML = msg;
|
||||
n.style.background = "#fffff0";
|
||||
// n.style.background = "#fffff0";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,10 +75,10 @@ function notify(msg) {
|
||||
|
||||
if (msg == "") {
|
||||
nb.innerHTML = " ";
|
||||
n.style.background = "#ffffff";
|
||||
// n.style.background = "#ffffff";
|
||||
} else {
|
||||
nb.innerHTML = msg;
|
||||
n.style.background = "#fffff0";
|
||||
// n.style.background = "#fffff0";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user