sixth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / aboutSessionRestore.css
CommitLineData
9099c61d
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/. */
319c6529 4
d533ec21
RK
5.title {
6 background-image: url("chrome://browser/skin/session-restore.svg");
319c6529
RK
7}
8
9treechildren::-moz-tree-image(icon),
10treechildren::-moz-tree-image(noicon) {
11 padding-right: 2px;
e184b661 12 margin: 0 2px;
319c6529
RK
13 width: 16px;
14 height: 16px;
15}
16
17treechildren::-moz-tree-image(noicon) {
18 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
19}
20treechildren::-moz-tree-image(container, noicon) {
21 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
22}
23treechildren::-moz-tree-image(checked) {
24 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
25}
d533ec21
RK
26treechildren::-moz-tree-image(checked, selected) {
27 list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
28}
319c6529
RK
29treechildren::-moz-tree-image(partial) {
30 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
31}
32
33treechildren::-moz-tree-row(alternate) {
34 background-color: #404000;
35}
36
37treechildren::-moz-tree-row(alternate, selected) {
38 background-color: #008484;
39 color: #000000;
40}