This commit is contained in:
Stephan Richter
2021-03-18 00:57:10 +01:00
parent de19b8594a
commit 9b9c65542c
9 changed files with 27 additions and 25 deletions

View File

@@ -78,21 +78,32 @@ svg.Relay rect{
}
svg.reserved polygon,
svg.reserved rect:not(.sig_a):not(.sig_b){
svg.reserved rect{
fill: yellow;
}
svg.locked polygon,
svg.locked rect:not(.sig_a):not(.sig_b){
svg.locked rect{
fill: lime;
}
.occupied .block,
svg.occupied polygon,
svg.occupied rect:not(.sig_a):not(.sig_b){
svg.occupied rect{
fill: orange;
}
svg.preview circle,
svg.preview line,
svg.preview polygon,
svg.preview rect{
fill:cyan;
}
svg rect.sig_a,
svg rect.sig_b{
fill: inherit;
}
svg text{
font-size: 38px;
font-family: sans-serif;
@@ -365,18 +376,6 @@ textarea.json {
margin-left: 5%;
}
svg.preview circle,
svg.preview line,
svg.preview polygon,
svg.preview rect{
fill:cyan;
}
svg.preview rect.sig_a,
svg.preview rect.sig_b{
fill: inherit;
}
svg.Block text{
fill: black;
}
@@ -431,4 +430,4 @@ svg.Block text{
}
.Switch.on rect.enabled{
fill: forestgreen;
}
}