Use font-family instead as suggested by @saxamaphone69.

This commit is contained in:
Nicolas Stepien 2013-04-26 04:35:41 +02:00
parent 03ec22aa92
commit c54e585f44
5 changed files with 1 additions and 12 deletions

View File

@ -3,9 +3,6 @@
background-color: #DDD;
border-color: #CCC;
}
:root.photon .field {
font-family: arial, helvetica, sans-serif;
}
:root.photon .field:focus {
border-color: #EA8;
}

View File

@ -11,6 +11,7 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #333;
font-family: inherit;
font-size: 13px;
margin: 0;
padding: 2px 4px 3px;

View File

@ -3,9 +3,6 @@
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow .field {
font-family: arial, helvetica, sans-serif;
}
:root.tomorrow .field:focus {
border-color: #000;
}

View File

@ -3,9 +3,6 @@
background-color: #D6DAF0;
border-color: #B7C5D9;
}
:root.yotsuba-b .field {
font-family: arial, helvetica, sans-serif;
}
:root.yotsuba-b .field:focus {
border-color: #98E;
}

View File

@ -3,9 +3,6 @@
background-color: #F0E0D6;
border-color: #D9BFB7;
}
:root.yotsuba .field {
font-family: arial, helvetica, sans-serif;
}
:root.yotsuba .field:focus {
border-color: #EA8;
}