1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/web
Jonas Jenwald fbca0e1ab0 [GENERIC viewer] Fix the background color of the findInput when the search term is not found
When a search term isn't found, the background color of the findInput is supposed to change (to red). This is currently not working as intended, because the CSS rule is not being applied correctly. (It seems that this broke in PR 2208.)

This patch also changes the background color to match the one used in the native Firefox findbar, since the old color seemed a bit too pink.
2014-11-01 20:26:44 +01:00
..
images Add updated loading-small.png (and corresponding Retina) asset 2014-10-01 00:13:45 +02:00
.gitignore CMaps binary packing 2014-03-14 16:46:35 -05:00
chromecom.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
compatibility.js Implement streaming using moz-chunk-arraybuffer 2014-09-19 19:05:25 -05:00
compressed.tracemonkey-pldi-09.pdf Add Makefile. Move some files around to make building the website easier. 2011-07-05 10:53:57 -07:00
debugger.js Fix regression that prevents downloading of font files in the debugger 2014-10-28 19:56:55 +01:00
default_preferences.js Implement streaming using moz-chunk-arraybuffer 2014-09-19 19:05:25 -05:00
document_attachments_view.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
document_outline_view.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
document_properties.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
download_manager.js Fixes DownloadManager for IE10 and above 2014-04-28 22:43:05 +02:00
firefoxcom.js Add preprocessor directives for the extension; and refactor FirefoxCom callback 2014-05-28 10:24:06 -05:00
grab_to_pan.js Handtool: Remove focus from previous node on click 2014-09-03 16:31:47 +02:00
hand_tool.js Removing unused code 2014-07-18 22:34:50 +02:00
index.html.template Update web/index.html.template 2012-10-02 07:26:20 -05:00
interfaces.js Packages PDFViewer as a UI component. 2014-09-30 12:41:53 -05:00
mozPrintCallback_polyfill.js Print shortcut: Ctrl + (Shift +) P only 2014-01-29 18:38:42 +01:00
overlay_manager.js [OverlayManager] Add preventDefault to the keydown event handler 2014-05-27 23:48:02 +02:00
page_view.js Moves scrollPageIntoView to the PDFViewer. 2014-09-30 07:13:46 -05:00
password_prompt.js Convert the existing overlays to use the OverlayManager 2014-05-25 21:33:15 +02:00
pdf_find_bar.js Converting PDFFindBar and PDFFindController to classes 2014-07-29 21:59:01 +02:00
pdf_find_controller.js Use existing page count in nextMatch 2014-10-02 08:57:01 -04:00
pdf_history.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
pdf_rendering_queue.js Adds types definitions (jsdoc) for the PDFViewer code. 2014-09-28 10:39:56 -05:00
pdf_viewer.component.js Packages PDFViewer as a UI component. 2014-09-30 12:41:53 -05:00
pdf_viewer.css Move text_layer_builder and pdf_viewer styles out 2014-09-30 10:48:29 -05:00
pdf_viewer.js Fix "Automatic Zoom" for landscape documents with very wide pages (issue 5398) 2014-10-12 02:25:35 +02:00
preferences.js Adjust use of chrome.storage.managed for Opera 2014-09-06 00:37:30 +02:00
presentation_mode.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
secondary_toolbar.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
text_layer_builder.css Move text_layer_builder and pdf_viewer styles out 2014-09-30 10:48:29 -05:00
text_layer_builder.js Adds types definitions (jsdoc) for the PDFViewer code. 2014-09-28 10:39:56 -05:00
thumbnail_view.js Adds types definitions (jsdoc) for the PDFViewer code. 2014-09-28 10:39:56 -05:00
ui_utils.js Add a page loading indicator to the page number input 2014-10-01 00:13:44 +02:00
view_history.js Added Promise.catch 2014-05-22 13:53:19 -04:00
viewer-snippet-b2g-activity-header.html Add close button and title bar for b2g. 2012-11-28 11:02:56 -08:00
viewer-snippet-chrome-extension.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-firefox-extension.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-minified.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-mozPrintCallback-polyfill.html Add mozPrintCallback shim 2013-10-08 19:46:59 +02:00
viewer-snippet.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer.css [GENERIC viewer] Fix the background color of the findInput when the search term is not found 2014-11-01 20:26:44 +01:00
viewer.html Move text_layer_builder and pdf_viewer styles out 2014-09-30 10:48:29 -05:00
viewer.js Disable zooming in Presentation Mode 2014-10-15 22:25:31 +02:00