Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css input remove border on focus

input:focus {
  outline: none;
  box-shadow: none!important;
  /*Sometime the blue border you see is from the box-shadow and removing box-shadow will remove the border*/
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #input #remove #border #focus
ADD COMMENT
Topic
Name
4+1 =