| 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 26afe8d117f8588d3e3c4ffb8bd25d32fbe37dfb..700cfc6839f6f0e08220b72bfa450f29da32e0e8 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -18,9 +18,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| - <style>
|
| + <style is="custom-style" include="md-shared-styles">
|
| html {
|
| - background: rgb(236, 239, 241);
|
| + background: var(--md-background-color);
|
| }
|
|
|
| html,
|
| @@ -34,10 +34,18 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| }
|
| </style>
|
| </head>
|
| -<body><div hidden="" by-vulcanize=""><script src="chrome://resources/js/load_time_data.js"></script>
|
| +<body><div hidden="" by-vulcanize=""><dom-module id="md-shared-styles" assetpath="chrome://resources/html/">
|
| + <template>
|
| + <style>
|
| + :root {
|
| + --md-background-color: rgb(236, 239, 241);
|
| + --md-toolbar-color: rgb(52, 73, 94);
|
| + }
|
| + </style>
|
| + </template>
|
| +</dom-module>
|
| +<script src="chrome://resources/js/load_time_data.js"></script>
|
| <script src="chrome://downloads/strings.js"></script>
|
| -
|
| -
|
| <dom-module id="iron-list" assetpath="chrome://resources/polymer/v1_0/iron-list/">
|
| <template>
|
| <style>
|
| @@ -427,6 +435,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| }
|
|
|
| </style>
|
| +
|
| +
|
| <dom-module id="iron-icon" assetpath="chrome://resources/polymer/v1_0/iron-icon/">
|
|
|
| <style>
|
| @@ -917,6 +927,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| </style>
|
| </template>
|
| </dom-module>
|
| +
|
| +
|
| <dom-module id="paper-material" assetpath="chrome://resources/polymer/v1_0/paper-material/">
|
| <template>
|
| <style include="paper-material-shared-styles"></style>
|
| @@ -1308,6 +1320,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| }
|
|
|
| </style>
|
| +
|
| +
|
| <dom-module id="paper-progress" assetpath="chrome://resources/polymer/v1_0/paper-progress/">
|
| <template>
|
| <style>
|
| @@ -1821,8 +1835,6 @@ paper-button {
|
| </dom-module>
|
|
|
|
|
| -
|
| -
|
| <style is="custom-style">
|
|
|
| :root {
|
| @@ -1937,7 +1949,9 @@ paper-button {
|
| </style>
|
| </template>
|
| </dom-module>
|
| -</llink><dom-module id="paper-item" assetpath="chrome://resources/polymer/v1_0/paper-item/">
|
| +</llink>
|
| +
|
| +<dom-module id="paper-item" assetpath="chrome://resources/polymer/v1_0/paper-item/">
|
| <template>
|
| <style include="paper-item-shared-styles"></style>
|
| <style>
|
| @@ -1991,6 +2005,8 @@ paper-button {
|
| </style>
|
| </template>
|
| </dom-module>
|
| +
|
| +
|
| <dom-module id="paper-menu" assetpath="chrome://resources/polymer/v1_0/paper-menu/">
|
| <template>
|
| <style include="paper-menu-shared-styles"></style>
|
| @@ -2046,6 +2062,8 @@ paper-button {
|
| </dom-module>
|
|
|
| <script src="chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js"></script>
|
| +
|
| +
|
| <dom-module id="iron-dropdown" assetpath="chrome://resources/polymer/v1_0/iron-dropdown/">
|
| <style>
|
| :host {
|
| @@ -2192,6 +2210,36 @@ paper-button {
|
| </template>
|
|
|
| </dom-module>
|
| +<style>
|
| +/* Copyright 2015 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. */
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 300;
|
| + src: local('Roboto Light'), local('Roboto-Light'),
|
| + url("chrome://resources/roboto/roboto-light.woff2") format('woff2');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 400;
|
| + src: local('Roboto'), local('Roboto-Regular'),
|
| + url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
|
| +}
|
| +
|
| +@font-face {
|
| + font-family: 'Roboto';
|
| + font-style: normal;
|
| + font-weight: 500;
|
| + src: local('Roboto Medium'), local('Roboto-Medium'),
|
| + url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
|
| +}
|
| +
|
| +</style>
|
| <style is="custom-style">
|
|
|
| :root {
|
| @@ -2348,36 +2396,8 @@ paper-button {
|
| }
|
|
|
| </style>
|
| -<style>
|
| -/* Copyright 2015 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. */
|
| -
|
| -@font-face {
|
| - font-family: 'Roboto';
|
| - font-style: normal;
|
| - font-weight: 300;
|
| - src: local('Roboto Light'), local('Roboto-Light'),
|
| - url("chrome://resources/roboto/roboto-light.woff2") format('woff2');
|
| -}
|
| -
|
| -@font-face {
|
| - font-family: 'Roboto';
|
| - font-style: normal;
|
| - font-weight: 400;
|
| - src: local('Roboto'), local('Roboto-Regular'),
|
| - url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
|
| -}
|
|
|
| -@font-face {
|
| - font-family: 'Roboto';
|
| - font-style: normal;
|
| - font-weight: 500;
|
| - src: local('Roboto Medium'), local('Roboto-Medium'),
|
| - url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
|
| -}
|
|
|
| -</style>
|
| <dom-module id="paper-input-container" assetpath="chrome://resources/polymer/v1_0/paper-input/">
|
| <template>
|
| <style>
|
| @@ -2705,7 +2725,7 @@ paper-icon-button {
|
|
|
| :host {
|
| align-items: center;
|
| - background: rgb(52, 73, 94);
|
| + background: var(--md-toolbar-color);
|
| color: white;
|
| content-sizing: padding-box;
|
| display: flex;
|
|
|