37 lines
820 B
CSS
37 lines
820 B
CSS
/* stylesheet for TablesServlet */
|
|
|
|
.jumbotron {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
|
|
content: "\00A0\25AA"
|
|
}
|
|
|
|
table.sortable th:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.signalHead td.lit:hover,
|
|
table.signalHead td.held:hover,
|
|
table.signalMast td.lit:hover,
|
|
table.signalMast td.held:hover,
|
|
table.engine td.outOfService:hover,
|
|
table.engine td.locationUnknown:hover,
|
|
table.car td.outOfService:hover,
|
|
table.car td.locationUnknown:hover,
|
|
table.idTag td.state:hover,
|
|
table.light td.state:hover,
|
|
table.route td.state:hover,
|
|
table.sensor td.state:hover,
|
|
table.turnout td.state:hover {
|
|
cursor: pointer;
|
|
background: #ddd;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.title {
|
|
font-size: 2em;
|
|
}
|