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

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

Issue 9861016: [NTP4] Fix theme and bookmarks bar notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
1 html { 6 html {
7 background-attachment: fixed;
8 background-color: $2;
Dan Beam 2012/03/27 10:30:13 figured I'd fix style nits while around...
2 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); 9 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
3 background-color: $2;
4 background-position: $3; 10 background-position: $3;
5 background-repeat: $5; 11 background-repeat: $5;
6 height: 100%; 12 height: 100%;
7 overflow: auto; 13 overflow: auto;
8 background-attachment: fixed;
9 } 14 }
10 15
11 html[bookmarkbarattached='true'] { 16 html[bookmarkbarattached='true'] {
12 background-position: $4; 17 background-position: $4;
13 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698