Merge pull request #298 from zoff-music/fix/loading-mail

Updated looks when sending a mail
This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-06 14:16:01 +01:00
committed by GitHub

View File

@@ -85,6 +85,18 @@ body {
height: 32px;
}
#send-loader {
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
}
#pageButtons, #pageButtons a{
color:white !important;
width: 100%;