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

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

Issue 7237025: Updating Extension infobars to account for changes... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions_infobar.css
===================================================================
--- chrome/browser/resources/extensions_infobar.css (revision 90352)
+++ chrome/browser/resources/extensions_infobar.css (working copy)
@@ -3,7 +3,7 @@
*/
body {
- background: -webkit-linear-gradient(#DAE7F9, #B5CBE8);
+ background: -webkit-linear-gradient(#E9E9E9, #DADADA);
font-family: Segoe UI, Tahoma;
font-size: 11px;
height: 36px; /* Infobars are limited to 36-72px */
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698