working on route allocation

This commit is contained in:
Stephan Richter
2020-09-19 13:51:43 +02:00
parent 917ac5dd07
commit 1d1876e1d3
26 changed files with 72114 additions and 39 deletions

View File

@@ -40,7 +40,7 @@ svg rect{
}
svg.locked polygon,
svg.locked rect{
svg.locked rect:not(.sig_a):not(.sig_b){
fill:lime;
}
@@ -160,4 +160,11 @@ h2{
top: 10px;
right: 10px;
display: none;
}
svg.left rect,
svg.right rect,
svg.straight .left,
svg.straight .right{
fill: white !important;
}