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

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

Issue 1840043003: Update Material Design History colors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extract common styles from md downloads Created 4 years, 9 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 0eebc3004b606f0c192ea4416cd4c5e6bb7cc029..838f912529a933b883626ca80c466a95b18c8633 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -5,6 +5,7 @@
<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_classes.html">
<style>
html,
@@ -14,7 +15,6 @@
}
body {
- background: #f2f2f2;
display: flex;
flex-direction: column;
min-width: 800px;
@@ -41,7 +41,7 @@
</style>
</head>
-<body>
+<body class="md-webui-body">
<history-toolbar class="paper-header" id="toolbar"></history-toolbar>
<div id="main-container">
<history-side-bar id="history-side-bar"></history-side-bar>

Powered by Google App Engine
This is Rietveld 408576698