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

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

Issue 2684593002: [Local NTP] Cleanup: Don't create HTML elements dynamically (Closed)
Patch Set: go back to dynamically creating the iframe Created 3 years, 10 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/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 4333dd2f1d8568215e8355ba43ef664ca646d487..40493ba16ebcdc7e9d436dedca3de2a3cbaa450d 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -37,6 +37,10 @@ body.hide-fakebox-logo #fakebox {
width: 272px;
}
+.non-google-page #logo {
+ display: none;
+}
+
body.alternate-logo #logo {
-webkit-mask-image:
url(../../../../ui/webui/resources/images/google_logo.svg);
@@ -63,6 +67,10 @@ body.alternate-logo #logo {
width: 298px;
}
+.non-google-page #fakebox {
+ display: none;
+}
+
#fakebox:hover {
border: 1px solid rgb(169, 169, 169);
border-top-color: rgb(144, 144, 144);
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698