1 2 3 4 5 6
/* input select */ input:focus, textarea:focus, input[type]:focus { box-shadow: 0 0 5px #719ECE; border: 1px; outline: none !important; }