How do I remove the "Blue colored" loading bar image?
Very Annoying when you already have a gray loading bar.
This appeared in WAB 2.11
Solved! Go to Solution.
Then this is what you are looking for:
.jimu-loading-indicator {
display: none !important;
}
Rich,
I believe this is what you are looking for.
.jimu-loading-shelter {
display: none !important;
}
Add this css rule to your themes common.css
Thanks
The "css" change did remove the bars as the main map page is loading (Fixed)
but it still loads for individual widgets. Can this be removed?
Then this is what you are looking for:
.jimu-loading-indicator {
display: none !important;
}
Nice!