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

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