Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

edit input field css

/* Select the input field by using the selector below*/

input[type=/*Type here i.e. name*/] {
	/* Your style here */
}
/*Example*/
input[type=name] {
  width: 100%;
  padding: 12px 20px;
}

 
PREVIOUS NEXT
Tagged: #edit #input #field #css
ADD COMMENT
Topic
Name
5+7 =