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,
|
button,
|
||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
font-family: helvetica, arial, sans-serif;
|
|
||||||
font-size: inherit;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
overflow: auto; /* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
overflow: auto; /* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
||||||
min-height: 5em;
|
min-height: 5em;
|
||||||
font-size: 1.75em;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
resize: vertical;
|
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
input[type="button"],
|
||||||
|
|
|
@ -400,6 +400,7 @@ label,
|
||||||
textarea {
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
|
@ -551,6 +551,7 @@ label,
|
||||||
textarea {
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue