Bug 789578 - The new HTML panel missing the arrows for collapsing elements' children on Windows, r=paul

--HG--
extra : rebase_source : 8128e70f69b2d8335e48944dc1b16bf3c602bc93
This commit is contained in:
Girish Sharma 2012-09-17 21:59:58 +05:30
parent 5687664f13
commit 7fc0c9979a

View File

@ -55,15 +55,17 @@ li.container {
.expander {
position: absolute;
-moz-appearance: treetwisty;
top: 0;
top: 5px;
left: 0;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: center;
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
}
.expander[expanded] {
-moz-appearance: treetwistyopen;
background-image: url("chrome://global/skin/tree/twisty-open.png");
}
.styleinspector-propertyeditor {