updated styles for input type numbers

This commit is contained in:
marco
2013-05-15 00:04:41 -04:00
parent 47a4d6b6a1
commit b9fc3f9e07

View File

@@ -666,6 +666,11 @@ body.course.unit {
input[type="number"] {
width: 39%;
@include box-shadow(0 1px 2px $shadow-l1 inset);
&:active {
background-color: #FFFCF1;
}
}
select {