tor-browser

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

treetwisty-svg-context-paint-1-ref.xhtml (1176B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
      3 
      4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      5        xmlns:html="http://www.w3.org/1999/xhtml">
      6  <image src="treetwisty-no-context-paint.svg" id="preload-image"/>
      7  <html:style>
      8    #preload-image {
      9      visibility: collapse;
     10    }
     11 
     12    treechildren::-moz-tree-twisty {
     13      -moz-appearance: none !important;
     14      -moz-context-properties: none !important;
     15      list-style-image: url(treetwisty-no-context-paint.svg);
     16    }
     17  </html:style>
     18  <tree seltype="single" flex="1">
     19    <treecols>
     20      <treecol flex="1" primary="true"/>
     21    </treecols>
     22    <treechildren>
     23      <treeitem>
     24        <treerow>
     25          <treecell label="----"></treecell>
     26        </treerow>
     27      </treeitem>
     28      <treeitem container="true" open="true">
     29        <treerow>
     30          <treecell label="----"></treecell>
     31        </treerow>
     32        <treechildren>
     33          <treeitem>
     34            <treerow>
     35              <treecell label="----"></treecell>
     36            </treerow>
     37          </treeitem>
     38        </treechildren>
     39      </treeitem>
     40    </treechildren>
     41  </tree>
     42 </window>