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