Home › Forums › CSS › Help removing blue outline on field when focused…. › Re: Help removing blue outline on field when focused….
February 1, 2012 at 5:04 pm
#95946
Participant
Not sure if this will work, but try adding:
input #s:focus{box-shadow: none;}
From the looks of the code, it’s not actually an outline but is a box shadow.