do you mean when you're typing text into the field ? If so this CSS will remove focus borders: textarea:focus, input:focus{ outline: none; }.
確定! 回上一頁