implemented small delay between setting signal to go and start of train. various GUI improvements

This commit is contained in:
Stephan Richter
2021-01-02 13:56:17 +01:00
parent 0b3ae425c0
commit d3c3051605
16 changed files with 173 additions and 69 deletions

View File

@@ -261,11 +261,15 @@ h4,ul{
}
.window .disabled{
background: red;
background: orange;
padding: 3px;
display: table;
}
.window tr.disabled {
display: table-row;
}
svg.disabled circle,
svg.disabled line,
svg.disabled polygon,
@@ -309,6 +313,10 @@ table tr:hover td{
background: #cadbdb;
}
table tr.disabled:hover td {
background: yellow;
}
table.brake-times tr > *{
border-style: solid;
border-color: black;