State and Country Dropdown box Background

(RESOLVED) I know, I am into this background thing. Does anyone know where to modify the background of the STATE and COUNTRY dropdown select boxes? I have done this before in previous releases but can’t seem to find where to do this in 2.0.7



Once again, any guidance much appreciated!



David

In release 2.0.7 within template “styles.base.css” add the following code and of course make the foreground and background the color of your choice. This will change the color and background of your State and Country dropdown boxes.



}

input,textarea,select {

[COLOR=“Red”]color: #ffffff;

background-color: #000000 !important;[/COLOR]

font: 12px tahoma, verdana, arial, sans-serif;

margin: 0 3px 0 0;

}