Private
Public Access
1
0

saveState not working yet

This commit is contained in:
Sander Roosendaal
2022-04-05 16:25:36 +02:00
parent fdcad2a3f1
commit 22d5ee5e3f
5 changed files with 107 additions and 45 deletions

View File

@@ -341,20 +341,25 @@ th.rotate > div > span {
border: 3px dotted #666;
}
.trainingstep.Warmup {
background-color: #ffcccb;
}
.trainingstep.Cooldown {
background-color: #90ee90;
}
.trainingstep.Rest {
background-color: #add8e6;
}
.drop-zone {
position: relative;
overflow: hidden;
background: #878787;
color: white;
padding: 10px;
}
.trash-can {
position: relative;
overflow: hidden;
background: red;
color: white;
padding: 10px;
padding-bottom: 40px;
}
.divlines {