Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/css" href="664127-1.css"?>
3 <?xml-stylesheet type="text/css" href="data:text/css,
4 treechildren::-moz-tree-image { opacity: 0.5; }
5 "?>
6 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7 <body xmlns="http://www.w3.org/1999/xhtml">
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>