Update overlay style (make darker) and add styling for a message to go under the spinner

This commit is contained in:
mmcwilliams 2018-01-31 21:43:56 -05:00
parent 43770b539f
commit f3e406dd5d
2 changed files with 29 additions and 2 deletions

View File

@ -751,9 +751,22 @@ button:focus {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0.6);
display: none; display: none;
} }
#spinnerMsg {
position: absolute;
width: 80%;
z-index: 2000000000;
left: 50%;
top: 50%;
text-align: center;
margin-left: -40%;
margin-top: 50px;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}
.cp-app { .cp-app {
position: relative !important; position: relative !important;
border-radius: 0px !important; border-radius: 0px !important;

View File

@ -113,11 +113,25 @@
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0.6);
display: none; display: none;
//z-index: 1200; //z-index: 1200;
} }
#spinnerMsg{
position: absolute;
width: 80%;
z-index: 2000000000;
left: 50%;
top: 50%;
text-align: center;
margin-left: -40%;
margin-top: 50px;
font-size: 17px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}
.cp-app{ .cp-app{
position: relative !important; position: relative !important;
border-radius: 0px !important; border-radius: 0px !important;