Last active
September 17, 2019 16:40
-
-
Save vfontjr/d67e223d173552517e64f1e31c53eacf to your computer and use it in GitHub Desktop.
Masterminds: Change Page Break Button Color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="frm_submit"> | |
<input type="button" value="Prev" name="frm_prev_page" formnovalidate="formnovalidate" class="frm_prev_page"> | |
<input type="submit" value="Begin Section"> | |
<img class="frm_ajax_loading" src="https://exiq.systems/wp-content/plugins/formidable/images/wpspin_light.gif" alt="Sending"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="frm_submit"> | |
<input type="submit" value="I UNDERSTAND"> | |
<img class="frm_ajax_loading" src="https://exiq.systems/wp-content/plugins/formidable/images/wpspin_light.gif" alt="Sending"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment