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

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

Issue 115910: Allow themes to change the background of the new tab page.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/new_tab.html ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html {
2 background-image:url(chrome://theme/theme_ntp_background?$1);
3 background-color:$2;
4 background-position:$3;
5 background-repeat:no-repeat;
6 overflow:hidden;
7 }
8 html[bookmarkbarattached='true'] {
9 background-position:$4;
10 }
1 body { 11 body {
2 background-image:url(chrome://theme/theme_ntp_background?$1); 12 color: $5;
3 background-position:bottom; 13 height:100%;
4 color: $2; 14 overflow:auto;
5 } 15 }
6 a { 16 a {
7 color: $3; 17 color: $6;
8 } 18 }
9 .sidebar.themed { 19 .sidebar.themed {
10 background-color: $4; 20 background-color: $7;
11 } 21 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_tab.html ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698