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

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

Issue 617023005: Tweak the highlight color for extensions in the extension list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index c2df826c2e0a65d12c4f6a4119f1ac88afa5a7bf..597d3fe803a56287909e7c7c73bd4035f8780642 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -388,9 +388,7 @@ html[dir='rtl'] #extension-settings .trash {
}
.extension-highlight {
- background: rgb(238, 238, 238);
- background-position: auto;
Devlin 2014/10/01 00:39:59 To the extent of my knowledge, there is no "auto"
Dan Beam 2014/10/02 18:49:49 probably right. not a ton of usefulness, i'd gues
- background-repeat: auto;
+ background: rgb(250, 250, 250);
border-radius: 3px;
padding: 5px 0 5px 5px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698