Help change the color of my drop-down when selected

I’ve looked around the php script that I’m using and I can’t figure out why my drop-down box border and background is blue when selected (see attached image). Can you help me with a suggestion on how to over-ride wherever that blue is?

The css code I’m using to style the drop-down box is:

input.common-input, select.dropdown_box {
width:112px;
height: 40px;
padding: 4px 0px 0px 2px;
margin: 0px;
color:#cccccc;
background: #ffffff;
}

Please show us a working example of your code. Preferably a link to the site, in this case.

Are you sure it just isn’t the default color/behavior? Because that’s what it looks like.

And that is set by the OS, and cannot be overridden.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.