css styles for firefox input number fields

This commit is contained in:
marco
2013-05-20 12:06:30 -04:00
parent 32f7691040
commit c356904027
3 changed files with 4 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-poly
$elem.data("timeoutID", window.setTimeout(timeoutFunc, 700, elem, decrement));
return null;
});
$elem.css("textAlign", 'right');
$elem.css("textAlign", 'left');
if ($elem.css("opacity") !== "1") {
$(btnContainer).css("opacity", $elem.css("opacity"));
}