support new help button and update deck in prefs
[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 .tree-container:not([available]) {
17   display: none;
18 }
19
20 treechildren::-moz-tree-image(icon),
21 treechildren::-moz-tree-image(noicon) {
22   padding-right: 2px;
23   margin: 0 2px;
24   width: 16px;
25   height: 16px;
26 }
27
28 treechildren::-moz-tree-image(noicon) {
29   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
30 }
31 treechildren::-moz-tree-image(container, noicon) {
32   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
33 }
34 treechildren::-moz-tree-image(checked) {
35   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
36 }
37 treechildren::-moz-tree-image(checked, selected) {
38   list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
39 }
40 treechildren::-moz-tree-image(partial) {
41   list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
42 }
43
44 treechildren::-moz-tree-row(alternate) {
45   background-color: #404000;
46 }
47
48 treechildren::-moz-tree-row(alternate, selected) {
49   background-color: #008484;
50   color: #000000;
51 }