Selecting for buttons works fine:
input[type="submit"]
{
background:#efefef;
width:auto;
padding:5px;
color:#666;
font-size:16px;
font-weight:bold;
padding:5px 15px;
}
But I can't seem to get anything to work for drop down boxes, this doesn't work:
input[type="select"]
{
background:#000;
}
Am I selecting it correctly? Can you do it this way?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…