mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 17:11:00 +02:00
remove yellow bg in notify
This commit is contained in:
parent
3547842a4f
commit
e93919dd62
@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user