Chromium Code Reviews| 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; |
| } |