This question already has an answer here: 這個問題在這裏已有答案: app
Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? 任何人均可以解釋如何刪除文本/輸入框周圍的橙色或藍色邊框(輪廓)? I think it only happens on Chrome to show that the input box is active. 我認爲只有在Chrome上纔會顯示輸入框處於活動狀態。 Here's the input CSS I'm using: 這是我正在使用的輸入CSS: spa
input { background-color: transparent; border: 0px solid; height: 20px; width: 160px; color: #CCC; }