Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created May 18, 2015 22:45
Show Gist options
  • Save SeraphimSerapis/e9e165241a476082fe77 to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/e9e165241a476082fe77 to your computer and use it in GitHub Desktop.
Field validation with CSS
.braintree-hosted-fields-focused {
border-color: blue;
}
.braintree-hosted-fields-invalid {
border-color: red;
}
.braintree-hosted-fields-valid {
border-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment