| 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 bf14acfd054115c0307e880e084056ded5b12c0a..0fb2714afabac59ffbf841336db93cb9733b15ae 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -271,6 +271,13 @@
|
| --paper-slider-knob-start-color: var(--google-blue-700);
|
| --paper-slider-pin-start-color: var(--google-blue-700);
|
| }
|
| +
|
| + .favicon-image {
|
| + background-repeat: no-repeat;
|
| + background-size: contain;
|
| + height: 16px;
|
| + width: 16px;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|