Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 944:
if (state & REVERT) {
th0.style.backgroundColor = "#
th1.style.backgroundColor = "#
td2.style.backgroundColor = "#
td3.style.backgroundColor = "#
td4.style.backgroundColor = "#
tr1.style.border = "1px solid crimson";
}
Riga 961:
}
if (state & NEW) {
th0.style.backgroundColor = "#
th1.style.backgroundColor = "#
td2.style.backgroundColor = "#
td3.style.backgroundColor = "#
td4.style.backgroundColor = "#
tr1.style.border = "1px solid green";
}
if (state & IP) {
td2.style.backgroundColor = "#
td3.style.backgroundColor = "#
td4.style.backgroundColor = "#
}
|