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

Side by Side Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 2016073002: MD User Manager: Updates background color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed non-existing google-grey- Created 4 years, 6 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 | « no previous file | chrome/browser/resources/md_user_manager/user_manager_tutorial.html » ('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://md-user-manager/shared_styles.html"> 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html">
2 2
3 <dom-module id="user-manager-styles"> 3 <dom-module id="user-manager-styles">
4 <template> 4 <template>
5 <style include="shared-styles"> 5 <style include="shared-styles">
6 body { 6 body {
7 background-color: var(--paper-grey-200); 7 background-color: var(--paper-grey-100);
8 } 8 }
9 9
10 user-manager-pages, 10 user-manager-pages,
11 #login-header-bar { 11 #login-header-bar {
12 bottom: 0; 12 bottom: 0;
13 left: 0; 13 left: 0;
14 position: absolute; 14 position: absolute;
15 right: 0; 15 right: 0;
16 } 16 }
17 17
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 font-weight: 500; 265 font-weight: 500;
266 }; 266 };
267 border-radius: 2px; 267 border-radius: 2px;
268 line-height: 32px; 268 line-height: 32px;
269 min-width: 72px; 269 min-width: 72px;
270 padding: 0 16px; 270 padding: 0 16px;
271 } 271 }
272 </style> 272 </style>
273 </template> 273 </template>
274 </dom-module> 274 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/user_manager_tutorial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698