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

Unified Diff: chrome/browser/resources/pdf/elements/shared-vars.html

Issue 2879783003: PDF: Tweak font-size and colors to more closely match other MD WebUI (Closed)
Patch Set: Created 3 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/elements/shared-vars.html
diff --git a/chrome/browser/resources/pdf/elements/shared-vars.html b/chrome/browser/resources/pdf/elements/shared-vars.html
new file mode 100644
index 0000000000000000000000000000000000000000..f67f2b48af2c460ce87bab24ccc65ae34e21d461
--- /dev/null
+++ b/chrome/browser/resources/pdf/elements/shared-vars.html
@@ -0,0 +1,16 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
+
+<style is="custom-style">
+ html {
+ --primary-text-color: var(--paper-grey-900);
+ --iron-icon-height: 20px;
+ --iron-icon-width: 20px;
+ --paper-icon-button: {
+ height: 32px;
+ padding: 6px;
+ width: 32px;
+ };
+ --paper-icon-button-ink-color: rgb(189, 189, 189);
+ --viewer-icon-ink-color: rgb(189, 189, 189);
+ }
+</style>

Powered by Google App Engine
This is Rietveld 408576698