HTML:
My name is
<input type="text" class="amountBox" value="sam" readonly />
CSS:
.amountBox[readonly] {
-webkit-box-shadow: none; /*{b-active-background-color}*/
-moz-box-shadow: none; /*{b-active-background-color}*/
box-shadow: none; /*{b-active-background-color}*/
-webkit-appearance: none;
}
i cannot remove whats around it, be it the border or shadow,i cant remove it.I dont want any styling..But no way i can achieve it.any help?
Demo: http://jsfiddle.net/B2qfL/5/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…