working on autorouting and turnout code

This commit is contained in:
Stephan Richter
2020-10-20 01:32:16 +02:00
parent 6acbb9769b
commit f5dbb0916a
10 changed files with 111 additions and 50 deletions

View File

@@ -175,9 +175,9 @@ h2{
width: 15px;
height: 15px;
background: lime;
position: absolute;
position: fixed;
top: 10px;
right: 10px;
left: 10px;
display: none;
}
@@ -206,3 +206,7 @@ fieldset{
border: 1px solid black;
border-radius: 5px;
}
.error{
background: red;
}