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

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

Issue 9666061: [uber page] Lighten horizontal line below developer buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
===================================================================
--- chrome/browser/resources/extensions/extensions.css (revision 126161)
+++ chrome/browser/resources/extensions/extensions.css (working copy)
@@ -12,7 +12,7 @@
-webkit-padding-end: 3px;
-webkit-padding-start: 4px;
-webkit-transition: padding 100ms, height 100ms, opacity 100ms;
- border-bottom: 1px solid rgb(205, 205, 205);
+ border-bottom: 1px solid #eee;
display: -webkit-box;
height: 0;
opacity: 0;
« 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