| Index: chrome/browser/resources/options/autofill_options.css
|
| diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css
|
| index 1e08bfb5c1327d3b527d2b998191f8f3dbb8426f..8d844f17a8f2d20aa1daf3f30cb596821f25f728 100644
|
| --- a/chrome/browser/resources/options/autofill_options.css
|
| +++ b/chrome/browser/resources/options/autofill_options.css
|
| @@ -17,15 +17,14 @@
|
| text-overflow: ellipsis;
|
| }
|
|
|
| -.autofill-list-item + img {
|
| - -webkit-padding-end: 20px;
|
| - vertical-align: top;
|
| -}
|
| -
|
| #autofill-options > div:last-child {
|
| margin-top: 15px;
|
| }
|
|
|
| +#autofill-options .deletable-item > span {
|
| + color: #777;
|
| +}
|
| +
|
| #autofill-options > div.settings-list > div:last-child {
|
| border-top: 1px solid #d9d9d9;
|
| padding: 5px 10px;
|
| @@ -37,6 +36,7 @@
|
| }
|
|
|
| #autofill-options .list-inline-button {
|
| + -webkit-margin-start: 12px;
|
| margin-top: 0;
|
| vertical-align: top;
|
| }
|
| @@ -44,4 +44,4 @@
|
| #autofill-options div[role='listitem']:not(:hover):not([selected])
|
| .list-inline-button {
|
| display: none;
|
| -}
|
| +}
|
|
|