I only have the bottom border on my select element but a grey border shows up which I cannot get rid of.
CSS:
select {
width: 100px;
padding: 10px;
border-bottom: 2px solid white;
background-color: black;
color: white;
outline: none;
}
Screenshot of what it looks like. (the grey border)
Any help with this problem would be greatly appreciated.