This commit is contained in:
Stephan Richter
2020-11-13 00:59:24 +01:00
parent f103954a30
commit 92b0719e58
8 changed files with 36 additions and 15 deletions

View File

@@ -15,7 +15,13 @@ button{
margin: 2px;
}
#plan,
#plan{
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
}
#scroll,
.window{
height: 100%;
width: 100%;
@@ -87,9 +93,9 @@ svg circle{
.menu{
position: absolute;
height: 30px;
padding: 10px;
bottom: 0;
background: rgba(0,0,0,0.1);
padding: 10px 0;
bottom: 10px;
background: rgba(0,0,0,0.5);
width: 100%;
}
@@ -243,6 +249,12 @@ h4,ul{
background: #ffb561;
}
.window .disabled{
background: red;
padding: 3px;
display: table;
}
svg.disabled circle,
svg.disabled line,
svg.disabled polygon,