| Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| index f271495d680e5c4446e1718a4b5dd42dc560a926..a301c9da7e6fc911f29f5f45005042ce3614572f 100644
|
| --- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| +++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| @@ -15,7 +15,7 @@
|
| on-tap="onTapCategory" actionable>
|
| <iron-icon icon="settings:list"></iron-icon>
|
| <div class="middle">$i18n{siteSettingsCategoryAllSites}</div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box line-only">
|
| </div>
|
| @@ -31,7 +31,7 @@
|
| </div>
|
| <div id="cookies" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.GEOLOCATION]]" on-tap="onTapCategory"
|
| @@ -42,7 +42,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.GEOLOCATION)]]
|
| <div id="geolocation" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.CAMERA]]" on-tap="onTapCategory"
|
| @@ -53,7 +53,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.CAMERA)]]
|
| <div id="camera" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line" category$="[[ContentSettingsTypes.MIC]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -63,7 +63,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.MIC)]]
|
| <div id="mic" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.NOTIFICATIONS]]"
|
| @@ -74,7 +74,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.NOTIFICATIONS)]]
|
| <div id="notifications" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.JAVASCRIPT]]"
|
| @@ -85,7 +85,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.JAVASCRIPT)]]
|
| <div id="javascript" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.PLUGINS]]"
|
| @@ -96,7 +96,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.PLUGINS)]]
|
| <div id="plugins" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.IMAGES]]" on-tap="onTapCategory"
|
| @@ -107,7 +107,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.IMAGES)]]
|
| <div id="images" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.POPUPS]]" on-tap="onTapCategory"
|
| @@ -118,7 +118,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.POPUPS)]]
|
| <div id="popups" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.BACKGROUND_SYNC]]"
|
| @@ -130,7 +130,7 @@
|
| ContentSettingsTypes.BACKGROUND_SYNC)]]
|
| <div id="backgroundSync" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.KEYGEN]]"
|
| @@ -142,7 +142,7 @@
|
| ContentSettingsTypes.KEYGEN)]]
|
| <div id="keygen" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.AUTOMATIC_DOWNLOADS]]"
|
| @@ -154,7 +154,7 @@
|
| ContentSettingsTypes.AUTOMATIC_DOWNLOADS)]]
|
| <div id="automaticDownloads" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.UNSANDBOXED_PLUGINS]]"
|
| @@ -166,7 +166,7 @@
|
| ContentSettingsTypes.UNSANDBOXED_PLUGINS)]]
|
| <div id="unsandboxedPlugins" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.PROTOCOL_HANDLERS]]"
|
| @@ -178,7 +178,7 @@
|
| ContentSettingsTypes.PROTOCOL_HANDLERS)]]
|
| <div id="handlers" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box" category$="[[ContentSettingsTypes.ZOOM_LEVELS]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -187,7 +187,7 @@
|
| <div class="middle">
|
| [[computeTitleForContentCategory(ContentSettingsTypes.ZOOM_LEVELS)]]
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box" category$="[[ContentSettingsTypes.USB_DEVICES]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -196,7 +196,7 @@
|
| <div class="middle">
|
| [[computeTitleForContentCategory(ContentSettingsTypes.USB_DEVICES)]]
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| </template>
|
| <script src="site_settings_page.js"></script>
|
|
|