saveState not working yet
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user