missed edit from second and final part of syncing LCARStrek with Firefox 49/50 devtoo...
[themes.git] / LCARStrek / browser / aboutSessionRestore.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/session-restore.svg");
7 }
8
9 treechildren::-moz-tree-image(icon),
10 treechildren::-moz-tree-image(noicon) {
11   padding-right: 2px;
12   margin: 0 2px;
13   width: 16px;
14   height: 16px;
15 }
16
17 treechildren::-moz-tree-image(noicon) {
18   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
19 }
20 treechildren::-moz-tree-image(container, noicon) {
21   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
22 }
23 treechildren::-moz-tree-image(checked) {
24   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
25 }
26 treechildren::-moz-tree-image(checked, selected) {
27   list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
28 }
29 treechildren::-moz-tree-image(partial) {
30   list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
31 }
32
33 treechildren::-moz-tree-row(alternate) {
34   background-color: #404000;
35 }
36
37 treechildren::-moz-tree-row(alternate, selected) {
38   background-color: #008484;
39   color: #000000;
40 }