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

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

Issue 11434024: Support extension highlighting on the extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 169729)
+++ chrome/browser/resources/extensions/extensions.css (working copy)
@@ -275,6 +275,15 @@
visibility: hidden;
}
+.extension-highlight {
+ background: -webkit-linear-gradient(rgb(255, 242, 183), rgb(250, 230, 145));
+ background-position: auto;
+ background-repeat: auto;
+ border: 1px solid rgb(201, 189, 141);
+ border-radius: 3px;
+ padding: 5px 0 5px 5px;
+}
+
.may-not-disable .optional-controls .optional-controls-disableable {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698