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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 702323002: Change default button on delete user confirmation page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shaving Created 6 years, 1 month 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
Index: chrome/browser/resources/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index 06e330ff0565577a14a26200af843f48cad40c09..11030d79c89bb97350028bd08a4285aa396a0a0d 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -20,7 +20,7 @@
<input id="confirm-everything-cancel" type="button"
i18n-values="value:cancel">
<input id="confirm-everything-ok" type="button"
- i18n-values="value:syncEverything">
+ class="default-button" i18n-values="value:syncEverything">
</div>
</div>
</div>
@@ -198,7 +198,7 @@
<div class="button-strip">
<input id="choose-datatypes-cancel" type="button"
i18n-values="value:cancel">
- <input id="choose-datatypes-ok" type="submit"
+ <input id="choose-datatypes-ok" type="submit" class="default-button"
i18n-values="value:ok">
</div>
</div>
@@ -208,7 +208,8 @@
<div id="sync-setup-spinner" hidden>
<h1 i18n-content="syncSetupSpinnerTitle"></h1>
<div class="action-area button-strip">
- <input id="sync-spinner-cancel" type="button" i18n-values="value:cancel">
+ <input id="sync-spinner-cancel" type="button" class="default-button"
+ i18n-values="value:cancel">
</div>
</div>
<div id="sync-setup-timeout" hidden>
@@ -217,7 +218,7 @@
<span i18n-content="syncSetupTimeoutContent"></span>
</div>
<div class="action-area button-strip">
- <button id="timeout-ok" i18n-content="ok"></button>
+ <button id="timeout-ok" i18n-content="ok" class="default-button"></button>
</div>
</div>
<div id="sync-setup-stop-syncing" hidden>
@@ -236,7 +237,7 @@
<div class="action-area button-strip">
<input id="stop-syncing-cancel" type="button"
i18n-values="value:cancel">
- <input id="stop-syncing-ok" type="button"
+ <input id="stop-syncing-ok" type="button" class="default-button"
i18n-values="value:stopSyncingConfirm">
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.html ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698