working on signals on routes

This commit is contained in:
Stephan Richter
2020-09-19 14:10:26 +02:00
parent 1d1876e1d3
commit 0aa00ae065
8 changed files with 55 additions and 13 deletions

View File

@@ -140,9 +140,12 @@ h2{
stroke: red;
}
.sig_a{
.signal.stop .sig_a{
fill: red;
}
.signal.go .sig_a{
fill: lime;
}
.sig_b{
fill: black;
@@ -167,4 +170,8 @@ svg.right rect,
svg.straight .left,
svg.straight .right{
fill: white !important;
}
.occupied .block{
fill: yellow;
}