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

Side by Side Diff: chrome/browser/resources/md_history/history_toolbar.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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | ui/webui/resources/css/md_colors.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
5 <link rel="import" href="chrome://resources/cr_elements/cr_search_field/cr_searc h_field.html"> 5 <link rel="import" href="chrome://resources/cr_elements/cr_search_field/cr_searc h_field.html">
6 <link rel="import" href="chrome://history/shared_style.html"> 6 <link rel="import" href="chrome://history/shared_style.html">
7 7
8 <dom-module id="history-toolbar"> 8 <dom-module id="history-toolbar">
9 <template> 9 <template>
10 <style include="shared-style"> 10 <style include="shared-style">
11 :host { 11 :host {
12 background: rgb(63, 85, 102);
13 color: #fff; 12 color: #fff;
14 height: 56px; 13 height: 56px;
15 transition: background-color 150ms; 14 transition: background-color 150ms;
16 } 15 }
17 16
18 :host, 17 :host,
19 #overlay-buttons, 18 #overlay-buttons,
20 #overlay-wrapper, 19 #overlay-wrapper,
21 #main-content, 20 #main-content,
22 #button-container, 21 #button-container,
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 </paper-button> 108 </paper-button>
110 <paper-button id="delete-button" on-tap="onDeleteTap_"> 109 <paper-button id="delete-button" on-tap="onDeleteTap_">
111 $i18n{delete} 110 $i18n{delete}
112 </paper-button> 111 </paper-button>
113 </div> 112 </div>
114 </div> 113 </div>
115 </div> 114 </div>
116 </template> 115 </template>
117 <script src="chrome://history/history_toolbar.js"></script> 116 <script src="chrome://history/history_toolbar.js"></script>
118 </dom-module> 117 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | ui/webui/resources/css/md_colors.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698