Changed background color of tree to inherit background color rather than the white picked up from xul.css

This commit is contained in:
hangas%netscape.com 1999-08-10 01:56:51 +00:00
parent c023ea4488
commit cd3519d401

View File

@ -34,10 +34,11 @@ Rights Reserved.
<box id="addressingWidget" <box id="addressingWidget"
align="vertical" align="vertical"
onclick="AddressingWidgetClick()" onclick="AddressingWidgetClick()"
style="background-color:white; border:solid black 1px"> style="border:solid black 1px">
<!-- for fixed height: height:5em; --> <!-- for fixed height: height:5em; -->
<tree id="addressingWidgetTree" <tree id="addressingWidgetTree"
style="background-color:inherit"
treeallowevents="true"> treeallowevents="true">
<treecol style="width:15%"/> <treecol style="width:15%"/>