Skip to content

Commit

Permalink
chore(app): Add better input selectors for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
toddmotto committed Jan 8, 2017
1 parent 045c4ea commit c537d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ input,
button {
outline: 0;
}
input {
input[type=text],
input[type=email],
input[type=number] {
border: none;
background: #fff;
font-size: 13px;
Expand Down

0 comments on commit c537d98

Please sign in to comment.