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

Side by Side Diff: chrome/browser/resources/settings/settings_ui/settings_ui_style.html

Issue 1138893003: Convert cr-settings-ui to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rerebase 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 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
3
4 <core-style id="settingsUiStyle">
5 :host {
6 -webkit-user-select: none;
7 background-color: rgb(219, 222, 224);
8 display: block;
9 font-family: Roboto;
10 height: 100%;
11 }
12
13 cr-settings-main core-icon-button {
14 z-index: 10;
15 }
16 </core-style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/settings_ui.js ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698