当我在这个小提琴上选择投票按钮时:http: //jsfiddle.net/3Uz7S/4/
投票图像在 firefox/chrome 上更新为椭圆形。
如何更新css,以便在选择“投票”时按钮保持其矩形形状,或者这是否可能?
小提琴代码:
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6343621.js"></script>
.pds-vote-button {
border-radius:0 !important;
-webkit-border-radius:0 !important;
}
.pds-box {
border-radius:0 !important;
-webkit-border-radius:0 !important;
}