Style the message which accompanies the spinner for cases where the message is set.

This commit is contained in:
mmcwilliams 2018-02-12 17:48:56 -05:00
parent 9cdf497518
commit a8a0cad6d6
1 changed files with 1 additions and 2 deletions

View File

@ -417,13 +417,12 @@ body.mobile footer{
display: none;
width: 200px;
height: 44px;
border-radius: 6px;
position: fixed;
left: 50%;
margin-left: -100px;
margin-top: 45px;
background: rgba(100, 100, 100, 0.5);
color: #fff;
text-align: center;
text-shadow: 1px 1px 0px #000;
}
#msg.active{