| Index: chrome/browser/resources/options/hotword_search_setting_indicator.css
|
| diff --git a/chrome/browser/resources/options/hotword_search_setting_indicator.css b/chrome/browser/resources/options/hotword_search_setting_indicator.css
|
| index 1abdeb6a0763830d35719e1d4ed038b857045922..d486d1a5d5decce2b2af0c54a9828c2e0cb7deab 100644
|
| --- a/chrome/browser/resources/options/hotword_search_setting_indicator.css
|
| +++ b/chrome/browser/resources/options/hotword_search_setting_indicator.css
|
| @@ -4,7 +4,9 @@
|
|
|
| /* Hotword extension-specific controlled setting indicator and bubble. */
|
|
|
| -#hotword-search-setting-indicator > div {
|
| - background: url('chrome://theme/IDR_WARNING') left top no-repeat;
|
| +#hotword-search-setting-indicator > div,
|
| +#hotword-always-on-search-setting-indicator > div,
|
| +#hotword-no-dsp-search-setting-indicator > div {
|
| + background: url(chrome://theme/IDR_WARNING) left top no-repeat;
|
| background-size: 18px;
|
| }
|
|
|