Skip to content

Commit

Permalink
Set default font-size on textarea
Browse files Browse the repository at this point in the history
Seems that I can’t get rid of the border on it though
  • Loading branch information
kaivi committed Nov 7, 2016
1 parent 0075b73 commit 70f5722
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions demo/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
html, body, input {
html, body, input, span, textarea {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
Expand All @@ -17,17 +18,9 @@ li {
margin-bottom: 5px;
}

html, body, input {
font-size: 16px;
}

input, span {
padding: 0;
margin: 0;
}

input {
input, textarea {
border: none;
border-color: transparent;
}

.invalid {
Expand Down

0 comments on commit 70f5722

Please sign in to comment.