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

@@ -898,8 +898,8 @@ function saveSetSectionScheduleDate(e) {
}
function checkNumberValidity(e) {
e.preventDefault;
$(e).val($(e).val().match(/\d*\.?\d+/));
//e.preventDefault;
//$(e).val($(e).val().match(/\d*\.?\d+/));
}

View File

@@ -671,7 +671,7 @@ body.course.unit {
}
input[type="number"] {
width: 36%;
width: 32%;
@include box-shadow(0 1px 2px $shadow-l1 inset);
&:active {

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"));
}