update versions to current nightlies
[themes.git] / LCARStrek / browser / aboutWelcomeBack.css
CommitLineData
e7c8bab1
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
d533ec21
RK
5.title {
6 background-image: url("chrome://browser/skin/welcome-back.svg");
7}
8
9.radioRestoreContainer:not(:last-child) {
10 margin-bottom: 0.2em;
8c5bee4f
RK
11}
12
13/* tablist starts out hidden, but JS may make it visible in response to
14 clicks on the radio buttons by setting an "available" attribute.
15*/
c9b0a396 16.tree-container:not([available]) {
8c5bee4f
RK
17 display: none;
18}
19
d533ec21
RK
20treechildren::-moz-tree-image(icon),
21treechildren::-moz-tree-image(noicon) {
22 padding-right: 2px;
23 margin: 0 2px;
24 width: 16px;
25 height: 16px;
8c5bee4f
RK
26}
27
d533ec21
RK
28treechildren::-moz-tree-image(noicon) {
29 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
8c5bee4f 30}
d533ec21
RK
31treechildren::-moz-tree-image(container, noicon) {
32 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
33}
34treechildren::-moz-tree-image(checked) {
35 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
36}
37treechildren::-moz-tree-image(checked, selected) {
38 list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
39}
40treechildren::-moz-tree-image(partial) {
41 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
8c5bee4f
RK
42}
43
d533ec21
RK
44treechildren::-moz-tree-row(alternate) {
45 background-color: #404000;
8c5bee4f
RK
46}
47
d533ec21
RK
48treechildren::-moz-tree-row(alternate, selected) {
49 background-color: #008484;
50 color: #000000;
e7c8bab1 51}