| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |