Skip to content

Commit

Permalink
Merge pull request #170 from matthojo/Input-fix
Browse files Browse the repository at this point in the history
Restore rounded corners on form inputs, fixes #169
  • Loading branch information
JohnONolan committed Jun 17, 2013
2 parents f58c8eb + b46ac79 commit cdb9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/admin/assets/sass/modules/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ form {
line-height: 1.4em;
background: #fff;
border: darken($lightbrown, 5%) 1px solid;
box-shadow: $shadow;
border-radius: $rounded;
@include transition;
}

Expand Down

0 comments on commit cdb9eca

Please sign in to comment.