Skip to content

Commit

Permalink
fix(input): transparent bg for .item-input-inset input
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed May 7, 2014
1 parent 930794c commit 08f0adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ textarea {
.item-input-inset .item-input-wrapper input {
padding-left: 4px;
height: 29px;
background: inherit;
background: transparent;
line-height: 18px;
}

Expand Down

0 comments on commit 08f0adb

Please sign in to comment.