From: Jared Wein Date: Wed, 13 Jun 2012 09:27:22 +0000 (-0700) Subject: Added |button| to the list of elements that message-box should be applied to. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cba8d992fcecaa290d0e40109f908862b138eb7a;p=pdf.js.git Added |button| to the list of elements that message-box should be applied to. --- diff --git a/web/viewer.css b/web/viewer.css index 09b5299..0ad3f4a 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -15,6 +15,7 @@ body { body, input, +button, select { font-family: message-box; }