| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index b39dc83041ccb70375f44afbef72305fad1d08f2..1d456c9c05c90bcb4fb4aa54c6cf567af34a92d5 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -108,6 +108,16 @@
|
| text-align: end;
|
| }
|
|
|
| + .action-button {
|
| + background: var(--google-blue-500);
|
| + color: white;
|
| + font-weight: 500;
|
| + }
|
| +
|
| + .action-button[disabled] {
|
| + opacity: .25; /* TODO(dbeam): check this value with bettes. */
|
| + }
|
| +
|
| .list-frame {
|
| @apply(--layout-center);
|
| -webkit-padding-end: 20px;
|
|
|