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

Unified Diff: ui/webui/resources/html/md_shared_styles.html

Issue 1899043003: MD Downloads/History: unify page and toolbar background colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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: ui/webui/resources/html/md_shared_styles.html
diff --git a/ui/webui/resources/html/md_shared_styles.html b/ui/webui/resources/html/md_shared_styles.html
new file mode 100644
index 0000000000000000000000000000000000000000..794825b17ec2da05cb044a25b89c7dfb7175270e
--- /dev/null
+++ b/ui/webui/resources/html/md_shared_styles.html
@@ -0,0 +1,10 @@
+<dom-module id="md-shared-styles">
+ <template>
+ <style>
+ :root {
dschuyler 2016/04/20 20:44:46 Maybe these could have a comment saying why we are
Dan Beam 2016/04/21 01:42:35 Done.
+ --md-background-color: rgb(236, 239, 241);
+ --md-toolbar-color: rgb(52, 73, 94);
+ }
+ </style>
+ </template>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698