]> git.parisson.com Git - pdf.js.git/commitdiff
Switch to using message-box for the body and form elements in the UI of PDF.js. This...
authorJared Wein <weinjared@gmail.com>
Wed, 13 Jun 2012 09:15:31 +0000 (02:15 -0700)
committerJared Wein <weinjared@gmail.com>
Wed, 13 Jun 2012 09:15:31 +0000 (02:15 -0700)
web/viewer.css

index 329bff2d55a806ec18384a1edb6bedeb8009900b..09b5299df78a439ee792dc4e8eea9591683374b9 100644 (file)
@@ -11,7 +11,12 @@ body {
   height: 100%;
   background-color: #404040;
   background-image: url(images/texture.png);
-  font-family: Segoe UI, Verdana, sans-serif;
+}
+
+body,
+input,
+select {
+  font-family: message-box;
 }
 
 .hidden {