1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Added |button| to the list of elements that message-box should be applied to.

This commit is contained in:
Jared Wein 2012-06-13 02:27:22 -07:00
parent ced219c12f
commit cba8d992fc

View file

@ -15,6 +15,7 @@ body {
body,
input,
button,
select {
font-family: message-box;
}