diff --git a/pdf.js b/pdf.js index 336247a1..3f71a8ae 160000 --- a/pdf.js +++ b/pdf.js @@ -1 +1 @@ -Subproject commit 336247a15be77f2e253599f810a8cda107171566 +Subproject commit 3f71a8aed2b72207688cd0e2c010a6d37f446220 diff --git a/src/stylesheets/components/viewer/_findbar.scss b/src/stylesheets/components/viewer/_findbar.scss index 73d896c6..6514b322 100644 --- a/src/stylesheets/components/viewer/_findbar.scss +++ b/src/stylesheets/components/viewer/_findbar.scss @@ -117,6 +117,11 @@ margin: $find-message-margin; } + #findResultsCount:empty, + #findMsg:empty { + display: none; + } + #findMsg { color: $find-message-color; margin: $find-message-margin;