Trying to create a knob with no background. I have an input with the data value:
This works fine in chrome and safari but in firefox (version 25.0.1) I get a black circle instead.

Full code for the input is:
<input type="text" value="0" max="60" class="dial" data-displayInput=false data-readOnly=true data-thickness="0.2" data-width="144" data-height="144" data-bgcolor="none" data-fgcolor="#fff">