input outline focus

72

textarea:focus, input:focus{
    outline: none;
}
input:focus{
	border-color: inherit;
    -webkit-box-shadow: none;
	box-shadow: none;
}
input:focus, textarea:focus {
    background-color: #FFFF66;
    border: 1px solid #F47E58;
}
                

Comments

Submit
0 Comments