Skip to content

Instantly share code, notes, and snippets.

View elliottmangham's full-sized avatar
🤓

Elliott Mangham elliottmangham

🤓
View GitHub Profile
@elliottmangham
elliottmangham / fnGravityFormSpinner.css
Last active May 12, 2021 14:13 — forked from vegaskev/functions.php
Change Gravity Forms Spinner to CSS Spinner
/* Spinner */
.gform_ajax_spinner {
margin-left: 20px;
border: 4px solid rgba(255, 255, 255, 0.3);
border-left: 4px solid rgba(110, 73, 217, 0.7);
animation: spinner 1.1s infinite linear;
border-radius: 50%;
width: 30px;
height: 30px;
}