Blog template: Fix font in textarea in FF specifically

master
Surma 2015-07-04 17:18:33 +01:00 committed by Addy Osmani
parent 56e107a916
commit da99b2f48d
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@ body .demo-blog {
margin-right: 16px;
color: rgb(97, 97, 97);
}
// For Firefox
.demo-blog--blogpost .comments > form .mdl-textfield .mdl-textfield__input {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-blog--blogpost .comments > form .mdl-textfield input,
.demo-blog--blogpost .comments > form .mdl-textfield textarea {
resize: none;