Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2999)

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.html » ('j') | chrome/browser/resources/md_history/app.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698