mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 09:22:03 +00:00
cursor pointer solo sulla roba cliccabile
This commit is contained in:
@@ -41,11 +41,8 @@ th,td {
|
|||||||
.bus-card-red {
|
.bus-card-red {
|
||||||
background-color: rgb(55, 14, 14) !important;
|
background-color: rgb(55, 14, 14) !important;
|
||||||
}
|
}
|
||||||
.bus-card-yellow {
|
.cursor-pointer{
|
||||||
background-color: rgb(65, 65, 0) !important;
|
cursor: pointer;
|
||||||
}
|
|
||||||
.bus-card-green {
|
|
||||||
background-color: rgb(0, 55, 0) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hr{
|
hr{
|
||||||
|
|||||||
@@ -124,8 +124,8 @@ function caricadati(){
|
|||||||
if(item.hasProblems==true){
|
if(item.hasProblems==true){
|
||||||
tr.setAttribute("class","bus-card-red");
|
tr.setAttribute("class","bus-card-red");
|
||||||
tr.innerHTML = `
|
tr.innerHTML = `
|
||||||
<td 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 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>
|
||||||
`;
|
`;
|
||||||
}else{
|
}else{
|
||||||
tr.innerHTML = `
|
tr.innerHTML = `
|
||||||
|
|||||||
Reference in New Issue
Block a user