Skip to content

Commit

Permalink
Reduce loading image size and get back previous white color on animat…
Browse files Browse the repository at this point in the history
…ion (3liz#4452)
  • Loading branch information
nboisteault authored May 17, 2024
1 parent 5b459e7 commit 761fa59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions lizmap/www/assets/css/img/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lizmap/www/assets/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ lizmap-mouse-position > div.coords-unit > select{
display: none;
}
#loading {
background-image: url(img/loading.gif);
background-image: url(img/loading.svg);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
Expand Down
1 change: 1 addition & 0 deletions lizmap/www/themes/default/css/img/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions lizmap/www/themes/default/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -860,11 +860,12 @@ lizmap-feature-toolbar button.btn:hover,
display: none;
}
#loading {
background-image: url(img/loading.gif);
background-image: url(img/loading.svg);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
filter: hue-rotate(140deg) brightness(70%);
background-size: contain;
background-origin: content-box;
}


Expand Down

0 comments on commit 761fa59

Please sign in to comment.