diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 2bffc25a..59c640dd 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -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%;