This commit is contained in:
Stephan Richter
2021-05-11 01:24:50 +02:00
parent d08eda142f
commit 311f6c8d06
6 changed files with 28 additions and 11 deletions

View File

@@ -295,13 +295,17 @@ h4,ul{
display: table-row;
}
svg.disabled{
background: red;
}
svg.disabled circle,
svg.disabled line,
svg.disabled polygon,
svg.disabled rect{
fill: #ddddef;
fill: #572e2e;
stroke-width:5;
stroke: red;
stroke: black;
}
#train-wait-form input{
@@ -384,6 +388,11 @@ svg.Block text{
fill: black;
}
svg.Block.disabled text{
fill: white;
}
.window > .tabs > legend {
float:left;
background: lightgray;