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:
commit
cdb9ecab76
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue