diff --git a/l10n/en-US/viewer.properties b/l10n/en-US/viewer.properties index c8dbe4aba..1cc46eedf 100644 --- a/l10n/en-US/viewer.properties +++ b/l10n/en-US/viewer.properties @@ -42,3 +42,5 @@ zoom_in_label=Zoom In zoom.title=Zoom thumb_page_title=Page {{page}} thumb_page_canvas=Thumbnail of Page {{page}} +search.title=Search Document +search_label=Search diff --git a/web/images/toolbarButton-search.png b/web/images/toolbarButton-search.png new file mode 100644 index 000000000..78878b417 Binary files /dev/null and b/web/images/toolbarButton-search.png differ diff --git a/web/viewer.css b/web/viewer.css index 4fc426c64..3446c1627 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -530,8 +530,7 @@ html[dir='rtl'] .toolbarButton.pageDown::before { #viewSearch.toolbarButton::before { display: inline-block; - font-size: 18px; - content: 'S'; + content: url(images/toolbarButton-search.png); } diff --git a/web/viewer.html b/web/viewer.html index 11c6ad0b7..17688ef0c 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -76,26 +76,26 @@