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

Unified Diff: chrome/browser/resources/md_history/shared_vars.html

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: Created 4 years 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/md_history/shared_vars.html
diff --git a/chrome/browser/resources/md_history/shared_vars.html b/chrome/browser/resources/md_history/shared_vars.html
index 967e990542cfdbbce5685cec55742bb3ee947c03..248fb51cfbc46c7b60f3ec5d2ee5963173cd8bd1 100644
--- a/chrome/browser/resources/md_history/shared_vars.html
+++ b/chrome/browser/resources/md_history/shared_vars.html
@@ -1,3 +1,5 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
+
<style is="custom-style">
:root {
--card-border-color: rgba(0, 0, 0, 0.14);
@@ -13,12 +15,21 @@
padding: 0 var(--card-padding-side);
width: calc(100% - 2 * var(--card-padding-side));
};
+ --drawer-header-color: #666;
tsergeant 2016/12/06 06:45:00 This used to be rgb(66, 66, 66) aka #424242, aka
calamity 2016/12/08 06:36:34 Ooooops.
--first-card-padding-top: 24px;
+ --history-item-time-color: #646464;
--item-height: 44px;
--primary-text-color: #333;
tsergeant 2016/12/06 06:45:00 Here's where it gets interesting: Primary color, a
calamity 2016/12/08 06:36:34 Sent an email.
--secondary-text-color: #757575;
+ --separator-color: rgba(0, 0, 0, 0.08);
--side-bar-width: 256px;
+ --sidebar-footer-link-color: var(--google-blue-700);
tsergeant 2016/12/06 06:45:00 Again, referring to the settings spec, --google-bl
calamity 2016/12/08 06:36:34 Done.
+ --sidebar-footer-text-color: #6e6e6e;
+ --sidebar-selected-color: var(--google-blue-700);
+ --sidebar-unselected-color: #5a5a5a;
+ --synced-devices-notice-color: var(--paper-grey-800);
--toolbar-grouped-height: 101px;
--toolbar-height: 56px;
+ --toolbar-selected-color: rgb(68, 136, 255);
tsergeant 2016/12/06 06:45:00 This is --google-blue-500 (aka --checked-color)
calamity 2016/12/08 06:36:34 Done.
}
</style>

Powered by Google App Engine
This is Rietveld 408576698