0
I have a modal window that displays a Spinner to indicate the loading of a page. The problem is this modal needs to be without the edges and with transparent background. Someone knows how to help me?
<div id="modalSpinner" class="modal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="loader vertical-align-middle loader-circle"></div>
</div>
</div>
</div>
very, very, very much thank you guys!!!!!!!!! It worked 100%
– Master JR