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

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

Issue 98463005: Enable/disable extensions upon changes in blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 8d15adaf7b5fc1daae64cc17f91f0fd62fcba849..4bece460aec8d03dc98f3890f14aee5a93c0f175 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -157,6 +157,7 @@ html[dir='rtl'] .extension-list-item {
.extension-description,
.extension-list-item-wrapper.inactive-extension .extension-details,
.location-text,
+.blacklist-text,
.enable-checkbox input:disabled + .enable-checkbox-text {
color: rgb(151, 156, 160);
}
@@ -261,7 +262,8 @@ html[dir=rtl] .extension-commands-config {
margin: 1em;
}
-.location-text {
+.location-text,
+.blacklist-text {
display: block;
width: 100px;
}
« 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