Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css selector input empty value

/* Show red borders when filled, but invalid */
input:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}
Source by zellwk.com #
 
PREVIOUS NEXT
Tagged: #css #selector #input #empty
ADD COMMENT
Topic
Name
8+4 =