Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 11189094: Implement sideload wipeout for Extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/resources/extensions/extension_list.js ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698