added Relay to tiles

This commit is contained in:
Stephan Richter
2020-11-01 00:43:07 +01:00
parent 6932536d05
commit cc7fbd2bda
7 changed files with 233 additions and 6 deletions

View File

@@ -57,6 +57,10 @@ svg rect{
stroke:rgb(0,0,0);
}
svg.Relay rect{
fill: white;
}
svg.locked polygon,
svg.locked rect:not(.sig_a):not(.sig_b){
fill:lime;