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

Side by Side Diff: chrome/browser/resources/settings/settings_ui/settings_ui.css

Issue 1138893003: Convert cr-settings-ui to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 :host {
2 -webkit-user-select: none;
3 background-color: rgb(219, 222, 224);
4 display: block;
5 font-family: Roboto;
6 height: 100%;
7 }
8
9 cr-settings-main core-icon-button {
Jeremy Klein 2015/05/12 18:23:34 s/core/iron.
michaelpg 2015/05/12 18:46:16 paper :-)
10 z-index: 10;
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698