font-size: inherit; on textarea

This commit is contained in:
raphaelgoetter 2013-08-12 11:51:00 +02:00
parent efbeed9e22
commit 670cd255ec
3 changed files with 2 additions and 5 deletions

View File

@ -31,17 +31,12 @@ legend {
button,
input,
select {
font-family: helvetica, arial, sans-serif;
font-size: inherit;
margin: 0;
vertical-align: middle;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
min-height: 5em;
font-size: 1.75em;
vertical-align: top;
resize: vertical;
}
button,
input[type="button"],

View File

@ -400,6 +400,7 @@ label,
textarea {
resize: vertical;
font-family: inherit;
font-size: inherit;
}
/* ----------------------------- */

View File

@ -551,6 +551,7 @@ label,
textarea {
resize: vertical;
font-family: inherit;
font-size: inherit;
}
/* ----------------------------- */