blob: 5949bd079fb2b560d7e95be652f1c873d0f7ec2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
html {
background-attachment: fixed;
background-color: $2;
background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
background-position: $3;
background-repeat: $5;
height: 100%;
overflow: auto;
}
html[bookmarkbarattached='true'] {
background-position: $4;
}
|