| Index: chrome/browser/resources/ntp4/new_tab_theme.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| index 3a7fe561369fad9fa872770a1a3c84c0a02521f5..5aab3aa686fa1e0de7f27e02073c9f96e8410dbc 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab_theme.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| @@ -2,8 +2,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -html,
|
| -#most-visited-settings {
|
| +html {
|
| background-attachment: fixed;
|
| background-color: $2; /* COLOR_NTP_BACKGROUND */
|
| background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
|
| @@ -11,6 +10,10 @@ html,
|
| background-repeat: $5;
|
| }
|
|
|
| +html[bookmarkbarattached='true'] {
|
| + background-position: $4;
|
| +}
|
| +
|
| body {
|
| color: $8; /* COLOR_NTP_TEXT */
|
| height: 100%;
|
|
|