Skip to content

Commit

Permalink
Add styling to tel, email and number type inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Bourassa authored and parndt committed Jan 27, 2013
1 parent b25e2b6 commit df6112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/assets/stylesheets/refinery/layout.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ input.button.close_dialog:active, a.button.close_dialog:active, #content a.butto
.form-actions a.confirm-delete:active, #content .form-actions a.confirm-delete:active {
background: #bb0000;
}
.field input[type=text], .field input[type=password], .field textarea {
.field input[type=text], .field input[type=password], .field input[type=email], .field input[type=tel], .field input[type=number], .field textarea {
border: 1px solid #7f9db9;
padding: 0.4% 0.5%;
line-height: 20px;
Expand Down

0 comments on commit df6112d

Please sign in to comment.