I need to color a input border bottom when the input is not focus. This is my html code:
<input type="number" id="nc" name="days" class="numero" placeholder="" min="0"><br />
This is my css code:
.numero {
border-bottom-color: red;
}
But it doesn't work. Anyone can help?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…