So here's a fiddle demonstrating the problem: http://jsfiddle.net/CVTrb/1/, click and select on any option, and then you should see a thin gray line appear that doesn't exactly sit within the <select>
element.
Here's an image demonstrating this:
:
Try this way: -webkit-appearance: button; -moz-appearance: button; Then, you can use a different image as background and place it: background-image: url(images/select-arrow.
Credit to this post here: https://stackoverflow.com/a/18853002/1261316
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
Add outline: none;
to .form-dropdown
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With