是否可以在下面的脚本中更改投票按钮的背景颜色?
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6352993.js"></script>
<noscript><a href="http://polldaddy.com/poll/6352993/">This is very long test question to test how polldaddy handles questions that exceed that normal length............ yes a very long question indeed..............</a></noscript>
该按钮的样式为类:'pds-vote-button'
这是一个小提琴:http: //jsfiddle.net/25LjE/8/
这是我尝试过但似乎没有任何效果的方法:
.pds-vote-button {
background-color:blue !important;
}