tor-browser

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

664127-1.css (336B)


      1 /* This external stylesheet is needed to be able to use a cached image
      2   (solidblue.png) through a relative path */
      3 tree {
      4  height: 100px; -moz-appearance: none; border: none; background-color: transparent;
      5 }
      6 treecol, treecolpicker {
      7  visibility: hidden;
      8 }
      9 treechildren::-moz-tree-image {
     10  list-style-image: url('solidblue.png');
     11 }