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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: fixnit 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..68bf438f6b72b1fa3006d6e2dd0ce10caabd9327 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);
@@ -14,10 +17,16 @@
width: calc(100% - 2 * var(--card-padding-side));
};
--first-card-padding-top: 24px;
+ --history-item-time-color: #646464;
+ --interactive-color: var(--google-blue-500);
--item-height: 44px;
- --primary-text-color: #333;
- --secondary-text-color: #757575;
+ --link-color: var(--google-blue-700);
+ --primary-text-color: var(--paper-grey-800);
+ --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;
--toolbar-grouped-height: 101px;
--toolbar-height: 56px;
}
« no previous file with comments | « chrome/browser/resources/md_history/shared_style.html ('k') | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698