message-box needs to use the font property, not the font-family property.
This commit is contained in:
parent
cba8d992fc
commit
c3c01d10b3
@ -17,7 +17,7 @@ body,
|
|||||||
input,
|
input,
|
||||||
button,
|
button,
|
||||||
select {
|
select {
|
||||||
font-family: message-box;
|
font: message-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user