From cba8d992fcecaa290d0e40109f908862b138eb7a Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Wed, 13 Jun 2012 02:27:22 -0700 Subject: [PATCH] Added |button| to the list of elements that message-box should be applied to. --- web/viewer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/viewer.css b/web/viewer.css index 09b5299df..0ad3f4aa0 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -15,6 +15,7 @@ body { body, input, +button, select { font-family: message-box; }