Fix the mal-formed chrome urls for the open and close twisty gifs. This was preventing them from being

loaded correctly with necko.


git-svn-id: svn://10.0.0.236/trunk@41180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com 1999-07-27 00:47:40 +00:00
parent ae31fee10d
commit 82f32d054d

View File

@ -1076,7 +1076,7 @@ treeitem > treerow > treecell > titledbutton.twisty {
vertical-align: bottom;
height: 16px;
width: 16px;
list-style-image: url("chrome:/global/skin/closedtwisty.gif");
list-style-image: url("chrome://global/skin/closedtwisty.gif");
visibility: visible;
}
@ -1092,7 +1092,7 @@ treeitem [open="true"]> treerow > treecell > titledbutton.twisty {
vertical-align: bottom;
height: 16px;
width: 16px;
list-style-image: url("chrome:/global/skin/opentwisty.gif");
list-style-image: url("chrome://global/skin/opentwisty.gif");
visibility: visible;
}