Commit b9fc3f9e by marco

updated styles for input type numbers

parent 47a4d6b6
...@@ -666,6 +666,11 @@ body.course.unit { ...@@ -666,6 +666,11 @@ body.course.unit {
input[type="number"] { input[type="number"] {
width: 39%; width: 39%;
@include box-shadow(0 1px 2px $shadow-l1 inset);
&:active {
background-color: #FFFCF1;
}
} }
select { select {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment