Open
poll.css
Edit what you need in there
Open
popupmenu.css
Find:
PHP Code:
.popupbody li input.searchbox {
width:180px;
padding:{vb:stylevar popup_padding}px;
font-size:10pt;
font-style:italic;
color:{vb:stylevar shade_color};
}
Replace With:
PHP Code:
.popupbody li input.searchbox {
width:180px;
padding:{vb:stylevar popup_padding}px;
font-size:10pt;
font-style:italic;
color:#XXXXXX;
background-color:#XXXXXX;
}
Replace the X's with the hex color code you want. Color is the font color, and background-color is the background color :P