Style the message which accompanies the spinner for cases where the message is set.
This commit is contained in:
parent
9cdf497518
commit
a8a0cad6d6
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue