Add loading indicator

This commit is contained in:
Stefan Siegl 2021-03-22 20:54:11 +01:00
parent 1b60d9af73
commit 45b8b40ce8
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
4 changed files with 41 additions and 15 deletions

View file

@ -224,11 +224,14 @@ input#trackname:focus:invalid {
/* map click/drag selects text in controls in Firefox because of display flex */
-moz-user-select: none;
}
.leaflet-control-container,
#message .alert {
.leaflet-control-container {
-moz-user-select: text;
}
#message {
#notification_jar .alert {
-moz-user-select: text;
margin-bottom: 10px;
}
#notification_jar {
position: absolute;
margin: 10px 46px; /* 10 + 26 + 10 */
z-index: 3001;