Aleksander Machniak
2014-06-28 ab985fdaede17b312550651271d0fc7217015204
Fix font-family/font-size in form elements (#1489936)
1 files modified
12 ■■■■■ changed files
skins/larry/styles.css 12 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css
@@ -46,6 +46,18 @@
    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 {