From: notmasteryet Date: Tue, 20 Dec 2011 02:04:16 +0000 (-0600) Subject: move inputHint to examples X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8288b17edcd63543caee83a3131794ab86fe906f;p=pdf.js.git move inputHint to examples --- diff --git a/examples/acroforms/index.html b/examples/acroforms/index.html index d071211..5fad464 100644 --- a/examples/acroforms/index.html +++ b/examples/acroforms/index.html @@ -39,6 +39,7 @@ .pdfpage > div { position: absolute; top: 0; left: 0; } .inputControl { background: transparent; border: 0px none; position: absolute; margin: auto; } .inputControl[type='checkbox'] { margin: 0px; } + .inputHint { opacity: 0.2; background: #ccc; position: absolute; } diff --git a/web/viewer.css b/web/viewer.css index 8b2b0cc..a1ef928 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -232,12 +232,6 @@ canvas { -webkit-box-shadow: 0px 2px 10px #ff0; } -.page > .inputHint { - opacity: 0.2; - background: #ccc; - position: absolute; -} - .textLayer { position: absolute; left: 0; @@ -341,10 +335,6 @@ canvas { display: block; page-break-after: always; } - - .inputHint { - display: none; - } } #loading {