Created
May 18, 2021 06:13
-
-
Save wbcomdev/fff20a94437e6a13d101d613fbeb77cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| .form-row.woocommerce-invalid .chzn-single, | |
| .form-row.woocommerce-invalid .chzn-drop, | |
| .form-row.woocommerce-invalid input.input-text, | |
| .form-row.woocommerce-invalid select { | |
| border:1px solid red; | |
| } | |
| .form-row.woocommerce-validated .chzn-single, | |
| .form-row.woocommerce-validated .chzn-drop, | |
| .form-row.woocommerce-validated input.input-text, | |
| .form-row.woocommerce-validated select { | |
| border:1px solid green; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment