working on signals on routes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user