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; |
} |