Block access to interactive UI when we're not connected, since values may be stale and changes may be delayed.

This commit is contained in:
Ian Gulliver
2016-01-07 18:44:55 -08:00
parent 65cb36d3e8
commit 6816adcff6
3 changed files with 26 additions and 1 deletions

View File

@@ -130,6 +130,18 @@ babyStatsWeight, babyStatsTemp {
outline: 2px solid rgb(233,127,2);
}
babyStatsSpinner {
position: absolute;
top: 80px;
left: 0;
bottom: 0;
right: 0;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url('/static/spinner.svg');
}
babyStatsGridOverlay {
display: flex;
position: absolute;