You can change it in the polls-css.css or your theme.
This is the css
.wp-polls .Buttons {
border:1px solid #c8c8c8;
background-color: #f3f6f8;
}
Modify it as you wish and place in your theme css.
Not working – I don’t have access to polls-css.css. How else can I make the Buttons class work cross-browser to have a dark background and light text or vice versa?
Actually I do have access. of course – but adding this code did not fix it. However, I did finally fix it, simply by going into the php code and changing it to use the same “.button” class styling as my default theme instead of using a proprietary “.Buttons” class. This may work for others – thanks for the pointers.
@snips56: You can change it in the template. WP-Admin -> Polls -> Polls Template instead of directly in the Polls PHP Code