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

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

Issue 1840043003: Update Material Design History colors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extract common styles from md downloads Created 4 years, 9 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..0f2a1409b43a17989cf7d5b3b8edb4dae995c2a5
--- /dev/null
+++ b/ui/webui/resources/html/md_shared_styles.html
@@ -0,0 +1,9 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+
+<style is="custom-style">
+
+:root {
+ --md-toolbar-background-color: rgb(52, 73, 94);
Dan Beam 2016/03/31 18:30:13 why not just put --md-background-color here as wel
Dan Beam 2016/03/31 18:32:52 also, i'm wondering the functional difference betw
calamity 2016/04/01 02:46:29 https://www.polymer-project.org/1.0/docs/devguide/
calamity 2016/04/01 02:46:29 Wellllllll. You can't use the property in a top-le
+}
+
+</style>
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | ui/webui/resources/html/md_shared_styles_classes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698