| 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 671b608a1058b21842f6f3e5537db87291a61ef7..159faf4a635ebdd22418104a5f51340684dec9a1 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -34,10 +34,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| :root {
|
| /* This is a custom, Chrome-specific color that does not have a --paper or
|
| * --google equivalent. */
|
| - --md-background-color: rgb(241, 241, 241);
|
| + --md-background-color: #f1f1f1;
|
| /* This is --google-blue-700, rewritten as a native custom property for speed.
|
| */
|
| --md-toolbar-color: rgb(51, 103, 214);
|
| + --md-loading-message-color: #6e6e6e;
|
| }
|
|
|
| </style>
|
| @@ -3028,7 +3029,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
|
| }
|
|
|
| :host(:not([narrow]):not([showing-search])) #icon, :host(:not([narrow])) #prompt {
|
| - opacity: 0.6;
|
| + opacity: 0.7;
|
| }
|
|
|
| :host([narrow]:not([showing-search])) #searchTerm {
|
| @@ -3296,10 +3297,11 @@ paper-item {
|
| :root {
|
| /* This is a custom, Chrome-specific color that does not have a --paper or
|
| * --google equivalent. */
|
| - --md-background-color: rgb(241, 241, 241);
|
| + --md-background-color: #f1f1f1;
|
| /* This is --google-blue-700, rewritten as a native custom property for speed.
|
| */
|
| --md-toolbar-color: rgb(51, 103, 214);
|
| + --md-loading-message-color: #6e6e6e;
|
| }
|
|
|
| </style>
|
|
|