In Chrome, my design has a light border or outline along the edges of the search input field. How can I get rid of this?
If you mean the blue "glow", add this CSS:
outline: none;