tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

668319-1.xhtml (621B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      3  <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
      4    tree { height: 100px; -moz-appearance: none; border: none; background-color: transparent; }
      5    treecol, treecolpicker { visibility: hidden; }
      6    treechildren::-moz-tree-cell-text { opacity: 0; }
      7  ]]></style>
      8  <tree>
      9    <treecols>
     10      <treecol flex="1"/>
     11    </treecols>
     12    <treechildren>
     13      <treeitem>
     14        <treerow>
     15          <treecell label="test"/>
     16        </treerow>
     17      </treeitem>
     18    </treechildren>
     19  </tree>
     20 </window>