Bug 885057 - fix panel arrow colour issue in customize mode, r=dao

This commit is contained in:
Gijs Kruitbosch 2013-10-18 11:27:40 +02:00
parent 83517fcb51
commit 73c73d3b1f

View File

@ -19,7 +19,7 @@
<box flex="1"/> <box flex="1"/>
<image class="panel-arrow" side="top"/> <image class="panel-arrow" side="top"/>
</box> </box>
<box class="panel-arrowcontent" flex="1"> <box class="panel-arrowcontent" side="top" flex="1">
<hbox id="customization-panelHolder"/> <hbox id="customization-panelHolder"/>
<box class="panel-inner-arrowcontentfooter" hidden="true"/> <box class="panel-inner-arrowcontentfooter" hidden="true"/>
</box> </box>