46613, classic skin polish

This commit is contained in:
ben%netscape.com 2000-07-28 06:16:16 +00:00
parent cc41aef7b4
commit a84e529b5b
3 changed files with 26 additions and 0 deletions

View File

@ -112,4 +112,21 @@
</content>
</binding>
<binding id="treeheader" extends="xul:button">
<content>
<xul:box class="treeheader-box" flex="1" autostretch="never">
<xul:image class="treeheader-icon" inherits="src,loading"/>
<xul:text class="treeheader-text" inherits="value,crop" crop="right"/>
</xul:box>
</content>
</binding>
<binding id="treeheader-children" extends="xul:button">
<content>
<xul:box class="treeheader-box" flex="1" autostretch="never">
<children/>
</xul:box>
</content>
</binding>
</bindings>

View File

@ -2,6 +2,10 @@
toolbox
{
background-color : #9D9D9D;
}
.toolbox-top
{
border-bottom : 1px solid #000000;
}

View File

@ -146,3 +146,8 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell >
margin-right: 3px;
}
.treecell-popup-icon
{
list-style-image : url("chrome://global/skin/columnselect.gif");
}