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

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

Issue 9325059: [Clean up] Fix style guide nits in chrome/browser/resources/ntp4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing margin Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 */
5 4
6 html, 5 html,
7 #most-visited-settings { 6 #most-visited-settings {
8 background-attachment: fixed; 7 background-attachment: fixed;
9 background-color: $2; /* COLOR_NTP_BACKGROUND */ 8 background-color: $2; /* COLOR_NTP_BACKGROUND */
10 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); 9 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
11 background-position: $3; 10 background-position: $3;
12 background-repeat: $5; 11 background-repeat: $5;
13 } 12 }
14 13
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 background: -webkit-radial-gradient(rgba($22, 0.3), rgba($22, 0.15)); 108 background: -webkit-radial-gradient(rgba($22, 0.3), rgba($22, 0.15));
110 } 109 }
111 110
112 .app-install-hint-interior > div { 111 .app-install-hint-interior > div {
113 background-color: $21; /* COLOR_NTP_TEXT_LIGHT */ 112 background-color: $21; /* COLOR_NTP_TEXT_LIGHT */
114 } 113 }
115 114
116 .app-install-hint-interior { 115 .app-install-hint-interior {
117 border-color: $21; /* COLOR_NTP_TEXT_LIGHT */ 116 border-color: $21; /* COLOR_NTP_TEXT_LIGHT */
118 } 117 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/recently_closed.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698