Chromium Code Reviews| 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..f9cf3280aea96af486076b53942f916f5991f3fe 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -40,6 +40,16 @@ |
| min-width: auto; |
| } |
| + paper-button.call-to-action { |
|
dpapad
2016/03/01 02:18:03
Can we keep the "action-button" name? Seems much m
Dan Beam
2016/03/01 17:44:04
Done. (though for future reference, I don't agree
dpapad
2016/03/01 17:56:11
For future reference, I think is better if we disc
|
| + background: var(--google-blue-500); |
| + color: white; |
| + font-weight: 500; |
| + } |
| + |
| + paper-button.call-to-action[disabled] { |
| + opacity: .25; /* TODO(dbeam): check this value with bettes. */ |
| + } |
| + |
| paper-button[toggles][active] { |
| background-color: var(--paper-grey-300); |
| } |