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

Unified Diff: chrome/browser/resources/md_history/history.html

Issue 1899043003: MD Downloads/History: unify page and toolbar background colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months 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_history/history.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index f6338281027791cce7023cb0efff4ab9b3e1b998..30c43126ff83a0d138fee006d0bf99b7caaf557c 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -5,8 +5,9 @@
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
+ <link rel="import" href="chrome://resources/html/md_shared_styles.html">
- <style>
+ <style is="custom-style" include="md-shared-styles">
tsergeant 2016/04/20 06:29:40 This adds a brief flash of white background (about
Dan Beam 2016/04/21 01:42:35 Let's just native props and drop the custom-style
html,
body {
height: 100%;
@@ -14,7 +15,7 @@
}
body {
- background: #f2f2f2;
+ background: var(--md-background-color);
display: flex;
flex-direction: column;
min-width: 800px;

Powered by Google App Engine
This is Rietveld 408576698