Quitar contorno de puntos de Firefox en los botones


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. onfocus = "blur ()"
  2.  
  3. <!-- Añadirlo al boton -->
  4.  
  5. <button type="submit" onfocus="blur()">Entrar</button>
  6.  
  7. <input id="submit" type="submit" name="submitBtn" onfocus="blur()" value="Enviar"/>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.