0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #170 from matthojo/Input-fix

Restore rounded corners on form inputs, fixes #169
This commit is contained in:
John O'Nolan 2013-06-17 06:54:48 -07:00
commit cdb9ecab76

View file

@ -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;
}