Make <button> elements inherit font settings. fixes #22201, see #21598.

git-svn-id: https://develop.svn.wordpress.org/trunk@22237 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-15 19:14:58 +00:00
parent 2ec630204a
commit 55337e8c98
1 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,8 @@ img {
td,
textarea,
input,
select {
select,
button {
font-family: inherit;
font-size: inherit;
font-weight: inherit;