| Index: chrome/browser/resources/options/autofill_options_list.js
|
| diff --git a/chrome/browser/resources/options/autofill_options_list.js b/chrome/browser/resources/options/autofill_options_list.js
|
| index 89ed6bbbe45c8e9f7fad92665e7a119cc77c480b..c9ed67ce9ff07d3aa0aaa37fa7ba5d20b3c142fd 100644
|
| --- a/chrome/browser/resources/options/autofill_options_list.js
|
| +++ b/chrome/browser/resources/options/autofill_options_list.js
|
| @@ -10,7 +10,7 @@ cr.define('options.autofillOptions', function() {
|
|
|
| function AutofillEditProfileButton(guid, edit) {
|
| var editButtonEl = document.createElement('button');
|
| - editButtonEl.className = 'raw-button';
|
| + editButtonEl.className = 'raw-button custom-appearance';
|
| editButtonEl.textContent =
|
| templateData.autofillEditProfileButton;
|
| editButtonEl.onclick = function(e) { edit(guid); };
|
|
|