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