html - Bootstrap 3 Success Button has blue text -
i converted site bootstrap 2.3.4 bootstrap 3.3.4 using bootply's tool. there 1 problem that's giving me fits. success button has blue text. when hovered changes background blue white text. here's html code:
email: <button class="btn btn-success btn-xs"><a href="mailto:your email address">your name</a></button>
could please tell me i'm doing wrong?
try removing button this:
email: <a class="btn btn-success btn-xs" href="mailto:your email address">your name</a>
Comments
Post a Comment