| Index: chrome/browser/resources/md_downloads/vulcanized.html
|
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
|
| index 8959bab871d02133ecbafc757d8011786138eb5f..fffd7e06cc70b5e7fa442c05116267a80a63cbf3 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -2910,6 +2910,20 @@ paper-button {
|
|
|
|
|
| </dom-module>
|
| +<style>
|
| +/* Copyright 2016 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file. */
|
| +
|
| +:root {
|
| + /* These are custom, Chrome-specific colors that don't have --paper or
|
| + * --google equivalents. Blame bettes@. http://crbug.com/598451 */
|
| + --md-background-color: rgb(236, 239, 241);
|
| + --md-toolbar-color: rgb(52, 73, 94);
|
| +}
|
| +
|
| +</style>
|
| +
|
| <dom-module id="downloads-manager" assetpath="chrome://downloads/">
|
| <template><style>
|
| /* Copyright 2015 The Chromium Authors. All rights reserved.
|
| @@ -2977,19 +2991,6 @@ paper-button {
|
| }
|
|
|
| </style>
|
| - <style>
|
| -/* Copyright 2016 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file. */
|
| -
|
| -:root {
|
| - /* These are custom, Chrome-specific colors that don't have --paper or
|
| - * --google equivalents. Blame bettes@. http://crbug.com/598451 */
|
| - --md-background-color: rgb(236, 239, 241);
|
| - --md-toolbar-color: rgb(52, 73, 94);
|
| -}
|
| -
|
| -</style>
|
| <style no-process="">
|
| #toolbar {
|
| background: var(--md-toolbar-color);
|
|
|