Use font-family instead as suggested by @saxamaphone69.
This commit is contained in:
parent
03ec22aa92
commit
c54e585f44
@ -3,9 +3,6 @@
|
|||||||
background-color: #DDD;
|
background-color: #DDD;
|
||||||
border-color: #CCC;
|
border-color: #CCC;
|
||||||
}
|
}
|
||||||
:root.photon .field {
|
|
||||||
font-family: arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
:root.photon .field:focus {
|
:root.photon .field:focus {
|
||||||
border-color: #EA8;
|
border-color: #EA8;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
font-family: inherit;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 4px 3px;
|
padding: 2px 4px 3px;
|
||||||
|
|||||||
@ -3,9 +3,6 @@
|
|||||||
background-color: #282A2E;
|
background-color: #282A2E;
|
||||||
border-color: #111;
|
border-color: #111;
|
||||||
}
|
}
|
||||||
:root.tomorrow .field {
|
|
||||||
font-family: arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
:root.tomorrow .field:focus {
|
:root.tomorrow .field:focus {
|
||||||
border-color: #000;
|
border-color: #000;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,9 +3,6 @@
|
|||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
border-color: #B7C5D9;
|
border-color: #B7C5D9;
|
||||||
}
|
}
|
||||||
:root.yotsuba-b .field {
|
|
||||||
font-family: arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
:root.yotsuba-b .field:focus {
|
:root.yotsuba-b .field:focus {
|
||||||
border-color: #98E;
|
border-color: #98E;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,9 +3,6 @@
|
|||||||
background-color: #F0E0D6;
|
background-color: #F0E0D6;
|
||||||
border-color: #D9BFB7;
|
border-color: #D9BFB7;
|
||||||
}
|
}
|
||||||
:root.yotsuba .field {
|
|
||||||
font-family: arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
:root.yotsuba .field:focus {
|
:root.yotsuba .field:focus {
|
||||||
border-color: #EA8;
|
border-color: #EA8;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user