-1:000000000000 | 0:5ecb407506db |
---|---|
1 /* This external stylesheet is needed to be able to use a cached image | |
2 (solidblue.png) through a relative path */ | |
3 tree { | |
4 height: 100px; -moz-appearance: none; border: none; | |
5 } | |
6 treecol, treecolpicker { | |
7 visibility: hidden; | |
8 } | |
9 treechildren::-moz-tree-image { | |
10 list-style-image: url('solidblue.png'); | |
11 } |