Hide spinner unless explicitly shown

This commit is contained in:
mmcwilliams 2018-02-12 13:59:54 -05:00
parent 480d9dd41d
commit f233efd4a2
1 changed files with 5 additions and 0 deletions

View File

@ -326,9 +326,14 @@ footer > div.selected{
display: block;
}
#spinner{
display: none;
margin-top: 200px;
}
#spinner.active{
display: block;
}
#disconnect,#scan{
display: none;
}