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

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

Issue 8363035: NTP4/Sync Promo: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged, fixed, unit tests and quick smoke test passing Created 9 years, 2 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
Index: chrome/browser/resources/ntp4/new_tab_theme.css
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index cedc6f6bfd9968231d8a200fce6024af5db9ddfc..06a8889b58982b7f9213370e8b6a6baedc5d4efc 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -37,9 +37,9 @@ body {
}
/* Only change the background to a gradient when a promo is showing. */
-.showing-sync-promo #page-switcher-end:hover,
-.showing-sync-promo #page-switcher-end:focus,
-.showing-sync-promo #page-switcher-end.drag-target {
+.showing-login-area #page-switcher-end:hover,
+.showing-login-area #page-switcher-end:focus,
+.showing-login-area #page-switcher-end.drag-target {
background:
-webkit-linear-gradient(top, rgba($23, 0) 0,
rgba($23, .01) 60px,

Powered by Google App Engine
This is Rietveld 408576698