small fixes

This commit is contained in:
Nicholas Orlowsky 2026-01-12 22:52:15 -05:00
parent 1d66553398
commit 8a20db9042
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
2 changed files with 5 additions and 30 deletions

View file

@ -1,33 +1,5 @@
{%- import "route_symbol.html" as scope -%}
<style>
.train-direction-table {
width: 100%;
border-collapse: collapse;
font-family: mono;
font-size: 14px;
}
.train-direction-table th,
.train-direction-table td {
border: 1px solid #000;
padding: 4px 8px;
text-align: left;
cursor: pointer;
}
.train-direction-table th {
background-color: #f0f0f0;
font-weight: bold;
}
.highlight-row td,
.highlight-row th {
background-color: #d0ebff !important;
}
.highlight-col {
background-color: #d0ebff !important;
}
</style>
<script>