Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: chrome/browser/resources/pdf/index-material.css

Issue 1162863002: Material PDF: Fix inconsistent behaviour in page selector, update styling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase mistake Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/pdf/index-material.css
diff --git a/chrome/browser/resources/pdf/index-material.css b/chrome/browser/resources/pdf/index-material.css
index 743fdb5a8900bd879471e667ddfbab186415f35f..ff62d3f99ec69cf29b88c49ae531b8491ec51204 100644
--- a/chrome/browser/resources/pdf/index-material.css
+++ b/chrome/browser/resources/pdf/index-material.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
body {
- background-color: #424242;
+ background-color: rgb(82, 86, 89);
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
margin: 0;
}
« no previous file with comments | « chrome/browser/resources/pdf/elements/viewer-zoom-toolbar/viewer-zoom-toolbar.css ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698