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

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: the colors, duke, the colors! 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..3d4e973eda90329a653711f5e7b733b6b6cf7474 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="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html,
@@ -14,7 +15,7 @@
}
body {
- background: #f2f2f2;
+ background: var(--md-background-color);
display: flex;
flex-direction: column;
min-width: 800px;
@@ -54,13 +55,17 @@
.loading #loading-toolbar {
-webkit-padding-start: 24px;
align-items: center;
- background: rgb(63, 85, 102);
color: #fff;
flex-direction: row;
font-weight: 400;
height: 56px;
}
+ #toolbar,
+ .loading #loading-toolbar {
+ background: var(--md-toolbar-color);
+ }
+
.loading #loading-message {
align-items: center;
color: #b4b4b4;
@@ -73,6 +78,7 @@
<body class="loading">
<history-toolbar class="paper-header" id="toolbar"></history-toolbar>
+
<div id="main-container">
<history-side-bar id="history-side-bar"></history-side-bar>
<history-list id="history-list"></history-list>
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698