Created
May 18, 2015 22:45
-
-
Save SeraphimSerapis/e9e165241a476082fe77 to your computer and use it in GitHub Desktop.
Field validation with CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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