blob: 462f560d6f946add4826ee2e052207bebe80d945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
treechildren::-moz-tree-checkbox(checked) {
list-style-image: url("chrome://global/skin/icons/check.svg");
}
treechildren::-moz-tree-image(cyclerState1) {
list-style-type: disc;
}
treechildren::-moz-tree-image(cyclerState2) {
list-style-type: circle;
}
treechildren::-moz-tree-image(cyclerState3) {
list-style-type: square;
}
|