Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove blue border on a input

input:focus {
    outline: none !important;
}
 
PREVIOUS NEXT
Tagged: #remove #blue #border #input
ADD COMMENT
Topic
Name
4+1 =