我有一個文本框,我使用outline:none;
刪除了默認邊框但是,當我添加背景圖像時,邊框顯示並且無法刪除!如何在添加背景圖像時刪除文本框周圍的邊框我有
我該如何擺脫這個?這裏是框:
<input type = "text" placeholder = "Username" class = "txt_input">
和CSS:
background: url('images/user-icon.png') left no-repeat;
margin-bottom: 5px;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
font-family: 'ProximaNova-Bold';
outline: none;
width: 200px;
height:30px;
text-align: center;
text-transform: capitalize;
padding:15px;
padding-left:21px;
只需添加邊框:無; –
在這裏使用box-shadow作爲邊框有什麼特別的原因嗎? – cimmanon
@Pawan邊框:沒有沒有工作 – GIVENALITY