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