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?
Morgan_Kay
(Morgan Kay (Gravity Forms))
2
Hi, Kevin! The gform_ajax_spinner
class is used for the spinner in Legacy Markup. In the new markup, the class is gform-loader
.
AeroStar
(Jonathan Tidwell)
3
Refer to this topic as well for more information (and solution).