| Index: chrome/browser/resources/print_preview/search/destination_list_item.css
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.css b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| index 22663fd0b99128be71232758b37b0908e29d26aa..3501f28cf02275dcc7c39b8cb795b397aee90dd2 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| @@ -72,3 +72,29 @@
|
| .destination-list-item-query-highlight {
|
| background-color: rgba(255, 240, 120, 0.9);
|
| }
|
| +
|
| +.extension-controlled-indicator {
|
| + display: flex;
|
| + flex: 1;
|
| + justify-content: flex-end;
|
| + min-width: 150px;
|
| +}
|
| +
|
| +.extension-name {
|
| + -webkit-margin-start: 1em;
|
| + color: #999;
|
| + line-height: 24px;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +.extension-icon {
|
| + background-position: center;
|
| + background-repeat: no-repeat;
|
| + cursor: pointer;
|
| + flex: 0 0 auto;
|
| + height: 24px;
|
| + margin: 0 3px;
|
| + width: 24px;
|
| +}
|
|
|