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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab_theme.css

Issue 1151563005: Revert of NTP Zombie Code Slayer Part IV: Most Visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html { 5 html {
6 background-attachment: fixed; 6 background-attachment: fixed;
7 background-color: $2; /* COLOR_NTP_BACKGROUND */ 7 background-color: $2; /* COLOR_NTP_BACKGROUND */
8 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); 8 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
9 background-position: $3; 9 background-position: $3;
10 background-repeat: $5; 10 background-repeat: $5;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 .bare-minimum .footer-menu-button[menu-shown], 83 .bare-minimum .footer-menu-button[menu-shown],
84 .bare-minimum #chrome-web-store-link:hover { 84 .bare-minimum #chrome-web-store-link:hover {
85 color: rgba($23, 0.85); /* COLOR_NTP_TEXT */ 85 color: rgba($23, 0.85); /* COLOR_NTP_TEXT */
86 } 86 }
87 87
88 .bare-minimum .footer-menu-button:hover .disclosure-triangle, 88 .bare-minimum .footer-menu-button:hover .disclosure-triangle,
89 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle { 89 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
90 background-color: rgba($23, 0.85); /* COLOR_NTP_TEXT */ 90 background-color: rgba($23, 0.85); /* COLOR_NTP_TEXT */
91 } 91 }
92 92
93 /* Most Visited ***************************************************************/
94
95 .most-visited,
96 .most-visited > .title {
97 color: $8; /* COLOR_NTP_TEXT */
98 }
99
100 .most-visited:focus:not(.filler) .thumbnail-wrapper,
101 .most-visited:hover:not(.filler) .thumbnail-wrapper {
102 background-color: $6; /* COLOR_NTP_HEADER */
103 }
104
93 .thumbnail-wrapper { 105 .thumbnail-wrapper {
94 /* This shows through at the (rounded) thumbnail's corners. */ 106 /* This shows through at the (rounded) thumbnail's corners. */
95 background-color: $11; /* COLOR_NTP_SECTION_BORDER */ 107 background-color: $11; /* COLOR_NTP_SECTION_BORDER */
96 } 108 }
97 109
98 .filler .thumbnail { 110 .filler .thumbnail {
99 border-color: $2; /* COLOR_NTP_BACKGROUND */ 111 border-color: $2; /* COLOR_NTP_BACKGROUND */
100 } 112 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | chrome/browser/resources/ntp4/page_list_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698