css styles for firefox input number fields
This commit is contained in:
@@ -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+/));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -671,7 +671,7 @@ body.course.unit {
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
width: 36%;
|
||||
width: 32%;
|
||||
@include box-shadow(0 1px 2px $shadow-l1 inset);
|
||||
|
||||
&:active {
|
||||
|
||||
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user