Why doesn't the outline work?
select{
width: 125px;
padding: 6px 7px;
background-color: #333;
border: none;
outline:none;
box-shadow: none;
color: #fff;
border-radius: 5px;
}
select:focus{
outline:none;
border:none;
box-shadow:none;
}
is there any other method?