The border on below fiddle is curved on firefox, how can this css be updated so that its rectaungular with sharp corners ?
I’ve tried updating the css to “border: 1px solid #CCC !important;”
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6343621.js"></script>
.pds-box {
border: 1px solid #CCC !important;
}
You need to override border radius, in your code both
border-radiusand-webkit-border-radiusare set to12px: