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

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

Issue 2456193003: NTPResourceCache don't add substitution for colorSectionBorder twice (Closed)
Patch Set: remove unused .thumbnail-wrapper style Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2012 The Chromium Authors. All rights reserved. 1 /* Copyright 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: $i18n{colorBackground}; 7 background-color: $i18n{colorBackground};
8 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$i18n{themeId}); 8 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$i18n{themeId});
9 background-position: $i18n{backgroundBarDetached}; 9 background-position: $i18n{backgroundBarDetached};
10 background-repeat: $i18n{backgroundTiling}; 10 background-repeat: $i18n{backgroundTiling};
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 rgba($i18n{colorSectionBorder}, 0.2), 71 rgba($i18n{colorSectionBorder}, 0.2),
72 rgba($i18n{colorSectionBorder}, 0.3) 20%, 72 rgba($i18n{colorSectionBorder}, 0.3) 20%,
73 rgba($i18n{colorSectionBorder}, 0.3) 80%, 73 rgba($i18n{colorSectionBorder}, 0.3) 80%,
74 rgba($i18n{colorSectionBorder}, 0.2)); 74 rgba($i18n{colorSectionBorder}, 0.2));
75 } 75 }
76 76
77 .dot input:focus { 77 .dot input:focus {
78 background-color: $i18n{colorBackground}; 78 background-color: $i18n{colorBackground};
79 } 79 }
80 80
81 .thumbnail-wrapper {
82 /* This shows through at the (rounded) thumbnail's corners. */
83 background-color: $i18n{colorSectionBorder};
84 }
85
86 .filler .thumbnail { 81 .filler .thumbnail {
87 border-color: $i18n{colorBackground}; 82 border-color: $i18n{colorBackground};
88 } 83 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698