Created
September 9, 2016 08:39
-
-
Save xto3na/04074dac103328ae97638e2ebf0c203e to your computer and use it in GitHub Desktop.
CSS check input for non-empty
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
| input[type="text"]:not(:placeholder-shown) { | |
| border-color: #4F4F4F; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment