added switch tile and corresponding condition
This commit is contained in:
@@ -406,4 +406,20 @@ svg.Block text{
|
||||
|
||||
.plan-file{
|
||||
color: green;
|
||||
}
|
||||
|
||||
.Switch rect{
|
||||
fill:none;
|
||||
}
|
||||
|
||||
.Switch.off rect.enabled,
|
||||
.Switch.on rect.disabled{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.Switch.off rect.disabled{
|
||||
fill: red;
|
||||
}
|
||||
.Switch.on rect.enabled{
|
||||
fill: forestgreen;
|
||||
}
|
||||
Reference in New Issue
Block a user