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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -