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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: address comments 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..bb5a82c52aa296634882c7fd7b5f80968e472f76 100644
--- a/chrome/browser/resources/md_history/shared_vars.html
+++ b/chrome/browser/resources/md_history/shared_vars.html
@@ -1,3 +1,6 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/default-theme.html">
+
<style is="custom-style">
:root {
--card-border-color: rgba(0, 0, 0, 0.14);
@@ -13,11 +16,19 @@
padding: 0 var(--card-padding-side);
width: calc(100% - 2 * var(--card-padding-side));
};
+ --drawer-header-color: var(--paper-grey-800);
tsergeant 2016/12/08 22:43:25 Since --primary-text-color should be --paper-grey-
calamity 2016/12/12 04:42:07 Done.
--first-card-padding-top: 24px;
+ --history-item-time-color: #646464;
+ --interactive-color: var(--google-blue-500);
--item-height: 44px;
+ --link-color: var(--google-blue-700);
--primary-text-color: #333;
- --secondary-text-color: #757575;
+ --secondary-text-color: var(--paper-grey-600);
+ --separator-color: rgba(0, 0, 0, 0.08);
--side-bar-width: 256px;
+ --sidebar-footer-text-color: #6e6e6e;
+ --sidebar-unselected-color: #5a5a5a;
+ --synced-devices-notice-color: var(--paper-grey-800);
--toolbar-grouped-height: 101px;
--toolbar-height: 56px;
}

Powered by Google App Engine
This is Rietveld 408576698