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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_page.html

Issue 1831243002: MD Settings: polish fixes for bettes@ on appearance page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index fd98c392bd528fff3531b52605850fdf15549c5c..851f5f6ed5fafdeea2f8757d8e7b9e9ecbcd89cd 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -2,6 +2,8 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/device-icons.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/image-icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/paper-radio-button.html">
@@ -25,23 +27,19 @@
section="appearance">
<neon-animatable id="main">
<div class="settings-box first two-line">
- <iron-icon icon="image:brightness-1"></iron-icon>
+ <iron-icon icon="device:wallpaper"></iron-icon>
<paper-button class="primary-button middle">
<div>[[i18n('setWallpaper')]]</div>
<div class="secondary">[[i18n('openWallpaperApp')]]</div>
</paper-button>
- <iron-icon icon="exit-to-app" disabled></iron-icon>
</div>
<div class="settings-box two-line">
- <iron-icon icon="image:brightness-1"></iron-icon>
+ <iron-icon icon="image:palette"></iron-icon>
<paper-button class="primary-button middle" id="get-themes"
on-tap="openThemesGallery_">
<div>[[i18n('getThemes')]]</div>
<div class="secondary">[[i18n('chooseFromWebStore')]]</div>
</paper-button>
- <template is="dom-if" if="[[!allowResetTheme_]]">
- <iron-icon icon="exit-to-app"></iron-icon>
- </template>
<template is="dom-if" if="[[allowResetTheme_]]">
<paper-button on-tap="resetTheme_"
>[[i18n('resetToDefaultTheme')]]</paper-button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698