| Index: chrome/browser/resources/new_incognito_tab_theme.css
|
| diff --git a/chrome/browser/resources/new_incognito_tab_theme.css b/chrome/browser/resources/new_incognito_tab_theme.css
|
| index b4662c9e5fa048cba478950fd036de3f71b21536..f96288898fac8dd9cd0d1eee82b51b03b902486e 100644
|
| --- a/chrome/browser/resources/new_incognito_tab_theme.css
|
| +++ b/chrome/browser/resources/new_incognito_tab_theme.css
|
| @@ -6,14 +6,17 @@
|
| html {
|
| background-attachment: fixed;
|
| background-color: $2;
|
| - background-image: -webkit-image-set(
|
| - url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1) 1x);
|
| + background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
|
| background-position: $3;
|
| background-repeat: $5;
|
| height: 100%;
|
| overflow: auto;
|
| }
|
|
|
| +#attribution-img {
|
| + content: url(chrome://theme/IDR_THEME_NTP_ATTRIBUTION?$1);
|
| +}
|
| +
|
| html[bookmarkbarattached='true'] {
|
| background-position: $4;
|
| }
|
|
|