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