@csn_chile/table_status
Version:
test new data structure
29 lines (23 loc) • 341 B
CSS
#stations_status {
width:300px;
height:300px;
}
.status_row{
height:100px;
}
.value{
display:none;
}
td{
text-align: center;
}
#data_table tbody .status_row:hover{
background:#ffff99;
}
.even {
background-color: red;
}
.odd{
background-color:blue;
}
/*# sourceMappingURL=/estilos.4a218016.css.map */