Progress bar

0
Hello, Does mendix as a spinner progress bar same as circle progress bar widget but without the percentage part? I noticed that on mendix cloud when a page is loading a blue progress bar circle appears.  Is this a widget or css? Can someone explain?
asked
1 answers
1

I believe this is just css (styling) of the default mx-progress element.

Please check out the progress.scss file in the styling\web\sass\core\widgets.

If you want to make changes copy this file to your styling\web\sass\app folder and start from there.

answered