|
|
|
@ -99,13 +99,13 @@ See https://github.com/adobe-type-tools/cmap-resources
@@ -99,13 +99,13 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
|
|
<div id="mainContainer"> |
|
|
|
|
<div class="findbar hidden doorHanger" id="findbar"> |
|
|
|
|
<div id="findbarInputContainer"> |
|
|
|
|
<input id="findInput" class="toolbarField" title="Find" placeholder="Find in document" tabindex="91" data-l10n-id="find_input"> |
|
|
|
|
<input id="findInput" class="toolbarField" title="Find" placeholder="Find in document…" tabindex="91" data-l10n-id="find_input"> |
|
|
|
|
<div class="splitToolbarButton"> |
|
|
|
|
<button class="toolbarButton findPrevious" title="" id="findPrevious" tabindex="92" data-l10n-id="find_previous"> |
|
|
|
|
<button id="findPrevious" class="toolbarButton findPrevious" title="Find the previous occurrence of the phrase" tabindex="92" data-l10n-id="find_previous"> |
|
|
|
|
<span data-l10n-id="find_previous_label">Previous</span> |
|
|
|
|
</button> |
|
|
|
|
<div class="splitToolbarButtonSeparator"></div> |
|
|
|
|
<button class="toolbarButton findNext" title="" id="findNext" tabindex="93" data-l10n-id="find_next"> |
|
|
|
|
<button id="findNext" class="toolbarButton findNext" title="Find the next occurrence of the phrase" tabindex="93" data-l10n-id="find_next"> |
|
|
|
|
<span data-l10n-id="find_next_label">Next</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|