Skip to content

Commit

Permalink
Added field type number to LESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fax committed Feb 9, 2014
1 parent 525075a commit 71985eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ label {
}

.input-control {
&.text, &.password, &.file, &.email, &.tel {
&.text, &.password, &.file, &.email, &.tel, &.number {
display: inline-block;
cursor: pointer;
position: relative;
Expand Down Expand Up @@ -336,7 +336,7 @@ label {
}

.input-control {
&.text, &.password, &.select, &.textarea, &.file, &.email, &.tel {
&.text, &.password, &.select, &.textarea, &.file, &.email, &.tel, &.number {
&.warning-state {
input, select, textarea {
border-color: @orange;
Expand Down Expand Up @@ -380,7 +380,7 @@ label {
}

.input-control {
&.text, &.password, &.select, &.textarea, &.file, &.email, &.tel {
&.text, &.password, &.select, &.textarea, &.file, &.email, &.tel, &.number {
&[class*="span"] {
margin-left: 0;
}
Expand Down

0 comments on commit 71985eb

Please sign in to comment.