font-size: inherit; on textarea
This commit is contained in:
parent
efbeed9e22
commit
670cd255ec
3 changed files with 2 additions and 5 deletions
|
@ -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"],
|
||||
|
|
|
@ -400,6 +400,7 @@ label,
|
|||
textarea {
|
||||
resize: vertical;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
|
|
|
@ -551,6 +551,7 @@ label,
|
|||
textarea {
|
||||
resize: vertical;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Reference in a new issue