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

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

Issue 8770036: NTP4: Found more remnants of bookmarks page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 5
6 html, 6 html,
7 #most-visited-settings { 7 #most-visited-settings {
8 background-attachment: fixed; 8 background-attachment: fixed;
9 background-color: $2; /* COLOR_NTP_BACKGROUND */ 9 background-color: $2; /* COLOR_NTP_BACKGROUND */
10 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); 10 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 rgba($22, 0.2), /* COLOR_NTP_SECTION_BORDER */ 71 rgba($22, 0.2), /* COLOR_NTP_SECTION_BORDER */
72 rgba($22, 0.3) 20%, /* COLOR_NTP_SECTION_BORDER */ 72 rgba($22, 0.3) 20%, /* COLOR_NTP_SECTION_BORDER */
73 rgba($22, 0.3) 80%, /* COLOR_NTP_SECTION_BORDER */ 73 rgba($22, 0.3) 80%, /* COLOR_NTP_SECTION_BORDER */
74 rgba($22, 0.2)); /* COLOR_NTP_SECTION_BORDER */ 74 rgba($22, 0.2)); /* COLOR_NTP_SECTION_BORDER */
75 } 75 }
76 76
77 .dot input:focus { 77 .dot input:focus {
78 background-color: $2; /* COLOR_NTP_BACKGROUND */ 78 background-color: $2; /* COLOR_NTP_BACKGROUND */
79 } 79 }
80 80
81 /* Bookmarks ******************************************************************/
82
83 .bookmark,
84 .bookmark > .title {
85 color: $8; /* COLOR_NTP_TEXT */
86 }
87
88 #bookmarks-title-wrapper {
89 border-bottom-color: rgba($22, 0.3); /* COLOR_NTP_SECTION_BORDER */
90 }
91
92 /* Most Visited ***************************************************************/ 81 /* Most Visited ***************************************************************/
93 82
94 .most-visited, 83 .most-visited,
95 .most-visited > .title { 84 .most-visited > .title {
96 color: $8; /* COLOR_NTP_TEXT */ 85 color: $8; /* COLOR_NTP_TEXT */
97 } 86 }
98 87
99 .most-visited:focus:not(.filler) .thumbnail-wrapper, 88 .most-visited:focus:not(.filler) .thumbnail-wrapper,
100 .most-visited:hover:not(.filler) .thumbnail-wrapper { 89 .most-visited:hover:not(.filler) .thumbnail-wrapper {
101 background-color: $6; /* COLOR_NTP_HEADER */ 90 background-color: $6; /* COLOR_NTP_HEADER */
102 } 91 }
103 92
104 .edit-bar { 93 .edit-bar {
105 background-image: -webkit-linear-gradient( 94 background-image: -webkit-linear-gradient(
106 $7, /* COLOR_HEADER_GRADIENT_LIGHT */ 95 $7, /* COLOR_HEADER_GRADIENT_LIGHT */
107 $6); /* COLOR_NTP_HEADER */ 96 $6); /* COLOR_NTP_HEADER */
108 } 97 }
109 98
110 .thumbnail-wrapper { 99 .thumbnail-wrapper {
111 /* This shows through at the (rounded) thumbnail's corners. */ 100 /* This shows through at the (rounded) thumbnail's corners. */
112 background-color: $11; /* COLOR_NTP_SECTION_BORDER */ 101 background-color: $11; /* COLOR_NTP_SECTION_BORDER */
113 } 102 }
114 103
115 .filler .thumbnail { 104 .filler .thumbnail {
116 border-color: $2; /* COLOR_NTP_BACKGROUND */ 105 border-color: $2; /* COLOR_NTP_BACKGROUND */
117 } 106 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698