Bug 516469 - Reference to non-existing twisty-clsd.gif and twisty-open.gif in pinstripe's tree.css. r=Mano.

This commit is contained in:
stefanh@inbox.com 2009-09-23 18:35:33 +02:00
Родитель 11f389613b
Коммит 2239ab8fd6
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -310,14 +310,10 @@ treechildren::-moz-tree-column(insertafter) {
treechildren::-moz-tree-twisty { treechildren::-moz-tree-twisty {
-moz-appearance: treetwisty; -moz-appearance: treetwisty;
-moz-padding-end: 2px; -moz-padding-end: 2px;
width: 10px; /* The image's width is 10 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
} }
treechildren::-moz-tree-twisty(open) { treechildren::-moz-tree-twisty(open) {
-moz-appearance: treetwistyopen; -moz-appearance: treetwistyopen;
width: 10px; /* The image's width is 10 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
} }
treechildren::-moz-tree-twisty(Name, separator) { treechildren::-moz-tree-twisty(Name, separator) {