| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index 689e94a2d8de0e50d5cc0a8994f06b51d2c38095..47b024e12a27fea2591aab3053d244ef92809776 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -3,6 +3,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_search_field/cr_search_field.html">
|
| +<link rel="import" href="chrome://resources/html/md_shared_styles.html">
|
| <link rel="import" href="chrome://history/shared_style.html">
|
|
|
| <dom-module id="history-toolbar">
|
| @@ -10,7 +11,7 @@
|
| <style include="shared-style"></style>
|
| <style>
|
| :host {
|
| - background: rgb(63, 85, 102);
|
| + background: var(--md-toolbar-background-color);
|
| color: #fff;
|
| height: 56px;
|
| transition: background-color 150ms;
|
|
|