third part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / aboutWelcomeBack.css
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
5 .title {
6   background-image: url("chrome://browser/skin/welcome-back.svg");
7 }
8
9 .radioRestoreContainer:not(:last-child) {
10   margin-bottom: 0.2em;
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
24 treechildren::-moz-tree-image(icon),
25 treechildren::-moz-tree-image(noicon) {
26   padding-right: 2px;
27   margin: 0 2px;
28   width: 16px;
29   height: 16px;
30 }
31
32 treechildren::-moz-tree-image(noicon) {
33   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
34 }
35 treechildren::-moz-tree-image(container, noicon) {
36   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
37 }
38 treechildren::-moz-tree-image(checked) {
39   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
40 }
41 treechildren::-moz-tree-image(checked, selected) {
42   list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
43 }
44 treechildren::-moz-tree-image(partial) {
45   list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
46 }
47
48 treechildren::-moz-tree-row(alternate) {
49   background-color: #404000;
50 }
51
52 treechildren::-moz-tree-row(alternate, selected) {
53   background-color: #008484;
54   color: #000000;
55 }