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

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

Issue 3363001: Different approach to NTP layout (Closed)
Patch Set: cleanup Created 10 years, 4 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/new_tab_theme.css
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css
index 8c60877f483b8e4750d4e2582837f9ec50e0cefc..0a911f68a57b2a85f7b0121b32d2f027ba1c2cb4 100644
--- a/chrome/browser/resources/new_tab_theme.css
+++ b/chrome/browser/resources/new_tab_theme.css
@@ -1,7 +1,4 @@
html,
-#top-spacer,
-.miniview,
-.section > h2 .mask,
.section > h2 .settings-wrapper,
.section > h2 span {
background-attachment: fixed;
@@ -12,9 +9,6 @@ html,
}
html[bookmarkbarattached='true'],
-html[bookmarkbarattached='true'] #top-spacer,
-html[bookmarkbarattached='true'] .miniview,
-html[bookmarkbarattached='true'] .section > h2 .mask,
html[bookmarkbarattached='true'] .section > h2 .settings-wrapper,
html[bookmarkbarattached='true'] .section > h2 span {
background-position: $4;
@@ -110,11 +104,11 @@ body {
color: $$6; /* COLOR_NTP_LINK_UNDERLINE */
}
-.section:not(.hidden) > h2 > .mask {
+.section:not(.hidden) > h2 {
color: $$9;
}
-.section.hidden:not([noexpand]) > h2:hover > .mask {
+.section.hidden:not([noexpand]) > h2:hover {
color: $$9;
}
@@ -139,12 +133,12 @@ body {
border-color: $2; /* COLOR_NTP_BACKGROUND */
}
-#apps-section .app a {
+.app a {
color: $8; /* COLOR_NTP_TEXT */
}
-#apps-section .app:hover > .front > a,
-#apps-section .app > .back {
+.app:hover > .front > a,
+.app > .back {
color: $$3; /* COLOR_NTP_SECTION_TEXT */
background-color: $$1; /* COLOR_NTP_SECTION */;
}

Powered by Google App Engine
This is Rietveld 408576698