Spinner styling not working in 2.9.0

We had custom styling on our AJAX spinner using the following CSS class: gform_ajax_spinner.

That class is no longer used in 2.9.0, and our styling is broken. I don’t know why that long-standing class was removed.

What is the correct CSS selector now for styling an AJAX spinner element?

Hi, Kevin! The gform_ajax_spinner class is used for the spinner in Legacy Markup. In the new markup, the class is gform-loader.

Refer to this topic as well for more information (and solution).