Updated looks when sending a mail

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-06 14:15:38 +01:00
parent c9d1b5312f
commit c5f86108c7

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%;