Also doesn’t work with 4.0.1. Couldn’t test with 4.0.0 as the file gives a 404 error from SVN respository.
Here’s the 3.9.5 version (working):
https://awesomescreenshot.com/0fc1pwol90
Generates this button code:
<a href="#signup" class="su-button su-button-style-3 su-button-class" style="background-color:#e1750f;border:1px solid #b45e0c;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;"><span style="color:#fcf1e7;padding:10px 22px;font-size:17px;height:17px;line-height:17px;border-top:1px solid #f6d6b7;border-radius:6px;text-shadow:-1px -1px 0 #b45e0c;-moz-border-radius:6px;-moz-text-shadow:-1px -1px 0 #b45e0c;-webkit-border-radius:6px;-webkit-text-shadow:-1px -1px 0 #b45e0c;">Sign Up Now</span></a>
Here’s the 4.x version (not working):
https://awesomescreenshot.com/0651pwp850
Generates this button code:
<a href="#signup" class="su-button su-button-style-3" style="color:#e1750f;background-color:#2D89EF;border-color:#246ebf;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px" target="_self"><span style="color:#e1750f;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6cacf4;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;text-shadow:0 0 1px #1b528f;-moz-text-shadow:0 0 1px #1b528f;-webkit-text-shadow:0 0 1px #1b528f"> Sign Up Now</span></a>
Cache turned off.