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:
parent
ae31fee10d
commit
82f32d054d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user