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

Unified Diff: chrome/browser/resources/ntp4/new_tab_theme.css

Issue 8817011: Revert 113137 - ntp: remove default thumbnail for most visited (broken camera) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/ntp4/new_tab_theme.css
===================================================================
--- chrome/browser/resources/ntp4/new_tab_theme.css (revision 113138)
+++ chrome/browser/resources/ntp4/new_tab_theme.css (working copy)
@@ -90,6 +90,12 @@
background-color: $6; /* COLOR_NTP_HEADER */
}
+.edit-bar {
+ background-image: -webkit-linear-gradient(
+ $7, /* COLOR_HEADER_GRADIENT_LIGHT */
+ $6); /* COLOR_NTP_HEADER */
+}
+
.thumbnail-wrapper {
/* This shows through at the (rounded) thumbnail's corners. */
background-color: $11; /* COLOR_NTP_SECTION_BORDER */
« no previous file with comments | « chrome/browser/resources/ntp4/most_visited_page.css ('k') | chrome/browser/ui/webui/ntp/thumbnail_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698