Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created September 9, 2016 08:39
Show Gist options
  • Select an option

  • Save xto3na/04074dac103328ae97638e2ebf0c203e to your computer and use it in GitHub Desktop.

Select an option

Save xto3na/04074dac103328ae97638e2ebf0c203e to your computer and use it in GitHub Desktop.
CSS check input for non-empty
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