664127-1.xhtml (580B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <?xml-stylesheet type="text/css" href="664127-1.css"?> 3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 4 <body xmlns="http://www.w3.org/1999/xhtml"> 5 <style><![CDATA[ 6 treechildren::-moz-tree-image { opacity: 0.5; } 7 ]]></style> 8 <img src="solidblue.png"/> 9 </body> 10 <tree> 11 <treecols> 12 <treecol flex="1"/> 13 </treecols> 14 <treechildren> 15 <treeitem> 16 <treerow> 17 <treecell label=" "/> 18 </treerow> 19 </treeitem> 20 </treechildren> 21 </tree> 22 </window>