| Index: chrome/browser/resources/extensions/extensions.css
|
| ===================================================================
|
| --- chrome/browser/resources/extensions/extensions.css (revision 162977)
|
| +++ chrome/browser/resources/extensions/extensions.css (working copy)
|
| @@ -130,6 +130,7 @@
|
|
|
| .extension-description,
|
| .extension-list-item-wrapper.inactive-extension .extension-details,
|
| +.location-text,
|
| .enable-checkbox input:disabled + .enable-checkbox-text {
|
| color: rgb(151, 156, 160);
|
| }
|
| @@ -229,6 +230,21 @@
|
| margin: 1em;
|
| }
|
|
|
| +/* Disabled extensions banner and related elements. */
|
| +
|
| +.page:not(.sideload-wipeout) #sideload-wipeout-banner {
|
| + display: none;
|
| +}
|
| +
|
| +.extension-disable-reason {
|
| + padding-left: 12px;
|
| +}
|
| +
|
| +.location-text {
|
| + display: block;
|
| + width: 100px;
|
| +}
|
| +
|
| /* Trash */
|
|
|
| #extension-settings .trash {
|
|
|