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