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

Side by Side Diff: chrome/browser/resources/md_history/shared_vars.html

Issue 2797123002: MD History/Bookmarks: Change primary page text to paper-grey-900 (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/md_bookmarks/shared_vars.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/default-th eme.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/default-th eme.html">
3 3
4 <style is="custom-style"> 4 <style is="custom-style">
5 :root { 5 :root {
6 --card-border-color: rgba(0, 0, 0, 0.14); 6 --card-border-color: rgba(0, 0, 0, 0.14);
7 --card-first-last-item-padding: 8px; 7 --card-first-last-item-padding: 8px;
8 --card-max-width: 960px; 8 --card-max-width: 960px;
9 --card-min-width: 550px; 9 --card-min-width: 550px;
10 --card-padding-between: 16px; 10 --card-padding-between: 16px;
11 --card-padding-side: 24px; 11 --card-padding-side: 24px;
12 --card-sizing: { 12 --card-sizing: {
13 margin: 0 auto; 13 margin: 0 auto;
14 max-width: var(--card-max-width); 14 max-width: var(--card-max-width);
15 min-width: var(--card-min-width); 15 min-width: var(--card-min-width);
16 padding: 0 var(--card-padding-side); 16 padding: 0 var(--card-padding-side);
17 width: calc(100% - 2 * var(--card-padding-side)); 17 width: calc(100% - 2 * var(--card-padding-side));
18 }; 18 };
19 --first-card-padding-top: 24px; 19 --first-card-padding-top: 24px;
20 --history-item-time-color: #646464; 20 --history-item-time-color: #646464;
21 --interactive-color: var(--google-blue-500); 21 --interactive-color: var(--google-blue-500);
22 --item-height: 44px; 22 --item-height: 44px;
23 --link-color: var(--google-blue-700); 23 --link-color: var(--google-blue-700);
24 --primary-text-color: var(--paper-grey-800); 24 --primary-text-color: var(--paper-grey-900);
25 --secondary-text-color: var(--paper-grey-600); 25 --secondary-text-color: var(--paper-grey-600);
26 --separator-color: rgba(0, 0, 0, 0.08); 26 --separator-color: rgba(0, 0, 0, 0.08);
27 --side-bar-width: 256px; 27 --side-bar-width: 256px;
28 --sidebar-footer-text-color: #6e6e6e; 28 --sidebar-footer-text-color: #6e6e6e;
29 --sidebar-unselected-color: #5a5a5a; 29 --sidebar-unselected-color: #5a5a5a;
30 --toolbar-height: 56px; 30 --toolbar-height: 56px;
31 } 31 }
32 </style> 32 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/shared_vars.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698