tor-browser

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

image-appearance-dynamic-ref.xhtml (435B)


      1 <?xml version="1.0"?>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      7  <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
      8    image {
      9      list-style-image: url(colors-16x8.png);
     10      -moz-appearance: button-arrow-up;
     11    }
     12  ]]></style>
     13  <hbox>
     14    <image/>
     15  </hbox>
     16 </window>