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

Side by Side Diff: ui/webui/resources/html/md_shared_styles.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 unified diff | Download patch
OLDNEW
(Empty)
1 <dom-module id="md-shared-styles">
2 <template>
3 <style>
4 :root {
dschuyler 2016/04/20 20:44:46 Maybe these could have a comment saying why we are
Dan Beam 2016/04/21 01:42:35 Done.
5 --md-background-color: rgb(236, 239, 241);
6 --md-toolbar-color: rgb(52, 73, 94);
7 }
8 </style>
9 </template>
10 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698