mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 08:32:01 +00:00
Non rosso ma giallo
This commit is contained in:
@@ -38,8 +38,8 @@ th,td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bus-card-red {
|
||||
background-color: rgb(55, 14, 14) !important;
|
||||
.bus-card-yellow {
|
||||
background-color: rgb(55, 55, 14) !important;
|
||||
}
|
||||
.cursor-pointer{
|
||||
cursor: pointer;
|
||||
|
||||
@@ -122,7 +122,7 @@ function caricadati(){
|
||||
var posizione=item.next_stop;
|
||||
}
|
||||
if(item.hasProblems==true){
|
||||
tr.setAttribute("class","bus-card-red");
|
||||
tr.setAttribute("class","bus-card-yellow");
|
||||
tr.innerHTML = `
|
||||
<td class="cursor-pointer" onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.service}</td>
|
||||
<td class="cursor-pointer"onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.destination}</td>
|
||||
|
||||
Reference in New Issue
Block a user