mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Changed background color of tree to inherit background color rather than the white picked up from xul.css
This commit is contained in:
parent
c023ea4488
commit
cd3519d401
@ -34,10 +34,11 @@ Rights Reserved.
|
||||
<box id="addressingWidget"
|
||||
align="vertical"
|
||||
onclick="AddressingWidgetClick()"
|
||||
style="background-color:white; border:solid black 1px">
|
||||
style="border:solid black 1px">
|
||||
|
||||
<!-- for fixed height: height:5em; -->
|
||||
<tree id="addressingWidgetTree"
|
||||
style="background-color:inherit"
|
||||
treeallowevents="true">
|
||||
|
||||
<treecol style="width:15%"/>
|
||||
|
Loading…
Reference in New Issue
Block a user