Fix font-family/font-size in form elements (#1489936)

pull/200/head
Aleksander Machniak 10 years ago
parent 6d5a1b9e8f
commit ab985fdaed

@ -46,6 +46,18 @@ img {
overflow: hidden;
}
html.mozilla select {
padding: 2px 1px;
}
input,
textarea,
select,
button {
font-family: inherit;
font-size: inherit;
}
input[type="text"],
input[type="password"],
textarea {

Loading…
Cancel
Save