first part of syncing LCARStrek with Firefox 39 windows theme changes
[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*/
16#tabList {
17 display: none;
18}
19
20#tabList[available] {
21 display: -moz-box;
22}
23
d533ec21
RK
24treechildren::-moz-tree-image(icon),
25treechildren::-moz-tree-image(noicon) {
26 padding-right: 2px;
27 margin: 0 2px;
28 width: 16px;
29 height: 16px;
8c5bee4f
RK
30}
31
d533ec21
RK
32treechildren::-moz-tree-image(noicon) {
33 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
8c5bee4f 34}
d533ec21
RK
35treechildren::-moz-tree-image(container, noicon) {
36 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
37}
38treechildren::-moz-tree-image(checked) {
39 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
40}
41treechildren::-moz-tree-image(checked, selected) {
42 list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
43}
44treechildren::-moz-tree-image(partial) {
45 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
8c5bee4f
RK
46}
47
d533ec21
RK
48treechildren::-moz-tree-row(alternate) {
49 background-color: #404000;
8c5bee4f
RK
50}
51
d533ec21
RK
52treechildren::-moz-tree-row(alternate, selected) {
53 background-color: #008484;
54 color: #000000;
e7c8bab1 55}