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

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

Issue 9836093: Sync promo: Only show skip button on startup (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
Index: chrome/browser/resources/sync_promo/sync_promo.css
diff --git a/chrome/browser/resources/sync_promo/sync_promo.css b/chrome/browser/resources/sync_promo/sync_promo.css
index 0131abe51fea3ff790f0adcff7e139682bcb53a0..6355ad18a948aa7547e6b1471d331327d286c42e 100644
--- a/chrome/browser/resources/sync_promo/sync_promo.css
+++ b/chrome/browser/resources/sync_promo/sync_promo.css
@@ -59,6 +59,10 @@ html, body {
color: rgb(17, 85, 204);
}
+html[promo-not-startup] #promo-skip-button {
+ display: none;
+}
+
#sync-setup-overlay * a:visited {
color: rgb(102, 17, 12);
}
« no previous file with comments | « no previous file | chrome/browser/resources/sync_promo/sync_promo.js » ('j') | chrome/browser/resources/sync_promo/sync_promo.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698