| Index: chrome/browser/resources/new_incognito_tab_theme.css
|
| ===================================================================
|
| --- chrome/browser/resources/new_incognito_tab_theme.css (revision 0)
|
| +++ chrome/browser/resources/new_incognito_tab_theme.css (revision 0)
|
| @@ -0,0 +1,11 @@
|
| +html {
|
| + background-image:url(chrome://theme/theme_ntp_background?$1);
|
| + background-color:$2;
|
| + background-position:$3;
|
| + background-repeat:$5;
|
| + overflow:hidden;
|
| +}
|
| +
|
| +html[bookmarkbarattached='true'] {
|
| + background-position:$4;
|
| +}
|
|
|
| Property changes on: chrome\browser\resources\new_incognito_tab_theme.css
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|