Reply To: How to round form borders

Home Forums Support How to round form borders Reply To: How to round form borders

Home Forums Support How to round form borders Reply To: How to round form borders

#77301
Tom
Lead Developer
Lead Developer

Hi Carlos,

1. This CSS should work:

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
}

2. This blue border is added by Chrome/Safari, you can remove it like this: http://stackoverflow.com/questions/935559/remove-safari-chrome-textinput-textarea-glow