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

Side by Side Diff: chrome/browser/resources/new_incognito_tab_theme.css

Issue 164376: Merge 22613 - Apply theme to incognito NTP.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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
« no previous file with comments | « chrome/browser/resources/incognito_tab.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /trunk/src/chrome/browser/resources/new_incognito_tab_theme.css:r22613
OLDNEW
1 html { 1 html {
2 background-image:url(chrome://theme/theme_ntp_background?$1); 2 background-image:url(chrome://theme/theme_ntp_background?$1);
3 background-color:$2; 3 background-color:$2;
4 background-position:$3; 4 background-position:$3;
5 background-repeat:$5; 5 background-repeat:$5;
6 overflow:hidden; 6 overflow:hidden;
7 } 7 }
8 8
9 html[bookmarkbarattached='true'] { 9 html[bookmarkbarattached='true'] {
10 background-position:$4; 10 background-position:$4;
11 } 11 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/incognito_tab.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698